From fca32c80cc80ffc733e803671790c50663dc00bc Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Mon, 25 Apr 2016 20:12:09 -0300 Subject: gegl-git: update package --- pcr/gegl-git/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pcr') 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 -# Maintainer (Arch): Daniel Isenmann +# 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)" } -- cgit v1.2.3-54-g00ecf