[arch-commits] Commit in gegl/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Mon Feb 28 20:14:39 UTC 2022


    Date: Monday, February 28, 2022 @ 20:14:39
  Author: eworm
Revision: 438252

upgpkg: gegl 0.4.36-1: new upstream release

Modified:
  gegl/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 19:59:10 UTC (rev 438251)
+++ PKGBUILD	2022-02-28 20:14:39 UTC (rev 438252)
@@ -1,12 +1,12 @@
 # Maintainer: Daniel Isenmann <daniel at 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 @@
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd "${pkgname}"
   git describe --tags | sed 's/^GEGL_//;s/_$//;s/_/./g;s/-/+/g'
 }
 
@@ -23,7 +23,7 @@
   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



More information about the arch-commits mailing list