summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBehnam Momeni2021-10-15 17:43:25 +0330
committerBehnam Momeni2021-10-15 17:43:25 +0330
commit22a3bbbd256d54078c72eddf690bab8c4b0f92af (patch)
tree09074f9586c3e553fbf9a6be5be337c672174377 /PKGBUILD
parent50140ecaf7233def1290402cfc7e619f73e331a6 (diff)
downloadaur-22a3bbbd256d54078c72eddf690bab8c4b0f92af.tar.gz
Fix 0.4.32 build script: commit ref and patch file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 683dac4838de..2ca576db75ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=lib32-gegl
_pkgbase=gegl
pkgver=0.4.32
-_commit=5ea11ee00d9061ca2cd61f83ece25dfcfe0e9596 # tags/GEGL_0_4_30
-pkgrel=2
+_commit=5780858c2f5784084ec566890e62c160eae88727 # tags/GEGL_0_4_32
+pkgrel=3
pkgdesc="Graph based image processing framework (32-bit)"
arch=('x86_64')
url="https://www.gegl.org/"
@@ -23,12 +23,10 @@ makedepends=('intltool' 'ruby' 'mesa' 'glu' 'exiv2' 'meson' 'vala'
'lib32-sdl2' 'python-gobject')
source=("git+https://gitlab.gnome.org/GNOME/$_pkgbase.git#commit=$_commit"
"x86-linux-gnu"
- "sdl2.pc"
- "gegl-openexr3.patch")
+ "sdl2.pc")
sha512sums=('SKIP'
'0d1cd8d934db76b93ecb85d41badd95800a7bf9b80dfe80c91d457cc778a4604bd0015ef1a05056990d9d80a5a32d23c05d06a2a5102714d2dd01b97947dc5f8'
- '00767b84218d5105d4e3f88f1e43d284ba7f3fbd81204f303e0c245a5d5859f812b32bc61b3faaacb97d7ee7fc509b365bcaa167c849c61f3d95621ca0f8fa51'
- 'bc732c99026afd59aaa70bd98622bdedb2173ac3242d4648f6222bc966e60b9f9b2df7360fee3cbdb7240f6758d7382d6986d02a133b203c1e47af3782b7f475')
+ '00767b84218d5105d4e3f88f1e43d284ba7f3fbd81204f303e0c245a5d5859f812b32bc61b3faaacb97d7ee7fc509b365bcaa167c849c61f3d95621ca0f8fa51')
prepare() {
for pkg in vapigen.pc gobject-introspection-1.0.pc pygobject-3.0.pc; do
@@ -37,8 +35,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 "$srcdir/$_pkgbase"
- patch -p1 < ../gegl-openexr3.patch
}
build() {