diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-09-24 13:19:02 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-09-24 13:19:02 -0300 |
commit | 9ffbb19ed268fb8d7564182cb97aae0ada830006 (patch) | |
tree | 450b5a3d1d149a24e23a2b5f205319ad1fd50981 /pcr/gegl-git | |
parent | d0111101c9c9205b14d6ef1f74bc01c340aadd7d (diff) |
update {gimp,gegl,babl}-{devel,git} packages
Diffstat (limited to 'pcr/gegl-git')
-rw-r--r-- | pcr/gegl-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/gegl-git/PKGBUILD b/pcr/gegl-git/PKGBUILD index a46e74987..9b8509d46 100644 --- a/pcr/gegl-git/PKGBUILD +++ b/pcr/gegl-git/PKGBUILD @@ -3,13 +3,13 @@ _pkgname=gegl pkgname=gegl-git -pkgver=r7140.4804364 +pkgver=r7217.568306d pkgrel=1 pkgdesc="Graph based image processing framework" arch=('i686' 'x86_64' 'armv7h') url="http://www.gegl.org/" license=('GPL3' 'LGPL3') -depends=('babl-devel' 'libspiro' 'json-glib') +depends=('babl-git' 'libspiro' 'json-glib') makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg' 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 'gobject-introspection' 'git') |