author | Christian Hesse
<eworm@archlinux.org> 2022-02-28 20:14:39 UTC |
committer | Christian Hesse
<eworm@archlinux.org> 2022-02-28 20:14:39 UTC |
parent | 7a16b1aa240caef9c5c19868cfd24ad36547edd1 |
PKGBUILD | +7 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index f7f5210..d1612cb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -_tag='0dcdbe3e1244110e8284219250bf2345672de6a0' -pkgver=0.4.34 -pkgrel=3 -pkgdesc="Graph based image processing framework" +_tag='f293be3fa442fd89486a710e2e0700a6c2758d90' +pkgver=0.4.36 +pkgrel=1 +pkgdesc='Graph based image processing framework' arch=('x86_64') -url="https://www.gegl.org/" +url='https://www.gegl.org/' license=('GPL3' 'LGPL3') depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse' 'poppler-glib') makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg4.4' 'exiv2' 'vala' 'gobject-introspection' 'git' 'meson' 'python-gobject') @@ -15,7 +15,7 @@ source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=$_tag") sha256sums=('SKIP') pkgver() { - cd $pkgname + cd "${pkgname}" git describe --tags | sed 's/^GEGL_//;s/_$//;s/_/./g;s/-/+/g' } @@ -23,7 +23,7 @@ build() { mkdir -p build cd build export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig' - arch-meson ../$pkgname \ + arch-meson ../"${pkgname}" \ -Dworkshop=true \ -Dmrg=disabled \ -Dmaxflow=disabled