diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-25 20:12:09 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 20:41:39 -0300 |
commit | fca32c80cc80ffc733e803671790c50663dc00bc (patch) | |
tree | d2d6098032eb6c6fdbe9efb5d197189372cdca5b /pcr/gegl-git | |
parent | bcc961a4b4f46d842882aa117080a61745aff477 (diff) | |
download | abslibre-fca32c80cc80ffc733e803671790c50663dc00bc.tar.gz abslibre-fca32c80cc80ffc733e803671790c50663dc00bc.tar.bz2 abslibre-fca32c80cc80ffc733e803671790c50663dc00bc.zip |
gegl-git: update package
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)" } |