summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"