diff options
Diffstat (limited to 'pcr/gegl-git')
-rw-r--r-- | pcr/gegl-git/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pcr/gegl-git/PKGBUILD b/pcr/gegl-git/PKGBUILD index c0bc2bdbc..a46e74987 100644 --- a/pcr/gegl-git/PKGBUILD +++ b/pcr/gegl-git/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Márcio Silva <coadde@parabola.nu> -# Maintainer (Arch): Daniel Isenmann <daniel@archlinux.org> +# based of gegl _pkgname=gegl pkgname=gegl-git -pkgver=r6918.2bfc117 -pkgrel=2 +pkgver=r7140.4804364 +pkgrel=1 pkgdesc="Graph based image processing framework" arch=('i686' 'x86_64' 'armv7h') url="http://www.gegl.org/" license=('GPL3' 'LGPL3') -depends=('babl' 'libspiro' 'json-glib') +depends=('babl-devel' 'libspiro' 'json-glib') makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg' 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 'gobject-introspection' 'git') @@ -22,13 +22,13 @@ optdepends=('libraw: raw plugin' 'libtiff: tiff plugin' 'lua: lua plugin' 'lensfun: lens-correct plugin') -provides=("${_pkgname}") -conflicts=("${_pkgname}") -source=(${_pkgname}-${pkgver}::git+git://git.gnome.org/${_pkgname}.git) +provides=("$_pkgname") +conflicts=("$_pkgname") +source=(${_pkgname}-${pkgver}::git+git://git.gnome.org/$_pkgname.git) sha256sums=('SKIP') pkgver() { - cd "${srcdir}/${_pkgname}-${pkgver}" + cd ${_pkgname}-${pkgver} printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } |