summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander 'z33ky' Hirsch2018-05-10 21:23:28 +0200
committerAlexander 'z33ky' Hirsch2018-05-10 21:23:28 +0200
commit1ac7a2d99eb487ee6ab3bf82b6c7222284dd9560 (patch)
tree4060d5a7a74f9eedffc32fcfd12fb1c0b19894df /PKGBUILD
parent0192d82ecbc77eb6422d23bcf76141d0bc8fd777 (diff)
downloadaur-devil-ilut-vanilla.tar.gz
Fix opengl.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f6afa1485aa..6798e104b2e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=devil-ilut-vanilla
# "vanilla" as in doesn't add more --enable or --disable flags than neccesary for ILUT
pkgver=1.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="Library for reading several different image formats (includes ILUT & doesn't --{dis,en}able more than that)"
arch=('i686' 'x86_64')
url='http://openil.sourceforge.net/'
@@ -22,7 +22,7 @@ source=(http://downloads.sourceforge.net/openil/DevIL-$pkgver.tar.gz
opengl.patch)
md5sums=('4d8c21aa4822ac86d77e44f8d7c9becd'
'aea342d8ef0be8542901bf693fbcec72'
- '7042e399ee812cbc624256914c9c50b0')
+ 'f426bb5dfada46a02d28bad3b78183b3')
prepare() {
cd "${srcdir}/DevIL/DevIL"