mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/gnome-builder to 3.18.1-1
This commit is contained in:
parent
36ca1cd135
commit
d5bb116951
1 changed files with 3 additions and 3 deletions
|
@ -5,20 +5,20 @@
|
|||
# - patch to fix build on ARM
|
||||
|
||||
pkgname=gnome-builder
|
||||
pkgver=3.18.0
|
||||
pkgver=3.18.1
|
||||
pkgrel=1
|
||||
pkgdesc="An IDE for writing GNOME-based software"
|
||||
url="https://wiki.gnome.org/Apps/Builder"
|
||||
arch=(i686 x86_64)
|
||||
license=(GPL3)
|
||||
depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang desktop-file-utils
|
||||
ctags libpeas vte3)
|
||||
ctags libpeas vte3 vala python-jedi)
|
||||
makedepends=(intltool llvm gobject-introspection)
|
||||
groups=(gnome-extra)
|
||||
install=gnome-builder.install
|
||||
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
|
||||
arm.patch)
|
||||
sha256sums=('b32586c93ba26b8a4028d7779e81e7c56d54603c11a70db436e96ed977dbe9b4'
|
||||
sha256sums=('501c95220dcf8ca44a5748e863492377fe2c3aee78a95973d6819b1836e5407c'
|
||||
'e56bb096be7b6fae0725efa5846e2376177e12b6b0495e04c21c13d771c38b34')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue