summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBehnam Momeni2023-05-11 11:35:51 +0330
committerBehnam Momeni2023-05-11 11:35:51 +0330
commit2d733d105151c05ae4ab2522e54f59f2a9ef68ca (patch)
tree42cf50b546ad4acc460c3d0203ebd2d5b6e4950d /PKGBUILD
parenta7e18c7091c11661920b1995a5a283f40e49f7f6 (diff)
downloadaur-2d733d105151c05ae4ab2522e54f59f2a9ef68ca.tar.gz
Upgrade to upstream version 0.4.44
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a626e9251a3..01e251a15019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=lib32-gegl
_pkgbase=gegl
-pkgver=0.4.40
-_commit=b3222c10c5ce8760bcd2a603dad2b3deb50fde6c # tags/GEGL_0_4_40
+pkgver=0.4.44
+_commit=f58385300356e739491b4cf803e0f9591e34dd40 # tags/GEGL_0_4_44
pkgrel=1
pkgdesc="Graph based image processing framework (32-bit)"
arch=('x86_64')
@@ -23,10 +23,8 @@ makedepends=('intltool' 'ruby' 'mesa' 'glu' 'exiv2' 'meson' 'vala'
'xorgproto' 'shared-mime-info' 'lib32-gobject-introspection'
'lib32-sdl2' 'python-gobject')
source=("git+https://gitlab.gnome.org/GNOME/$_pkgbase.git#commit=$_commit"
- "libraw-0.21.patch"
"x86-linux-gnu")
sha512sums=('SKIP'
- '25a4b3792dbbe87782d76657e57638c23c8e6cd3b1badadb1d614222099bda0d66b0c79b066c9266ed4abf6427f15274b09d0a9e5205d8edb531c1ac36dfcd0d'
'97c193bdf744a8853b4463dd9f995faea0e8b269b1b7ef3b9ffcf10c173aa44a0e6edcda5cb69be71af8a4a649332cb841ac5849ea8256f0cfeb5a3cedea251c')
prepare() {
@@ -36,8 +34,6 @@ prepare() {
for pkg in xproto.pc kbproto.pc xextproto.pc renderproto.pc shared-mime-info.pc; do
cp "/usr/share/pkgconfig/$pkg" "$srcdir/"
done
- cd "$_pkgbase"
- patch -p1 < "$srcdir"/libraw-0.21.patch
}
build() {