summarylogtreecommitdiffstats
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
parent0192d82ecbc77eb6422d23bcf76141d0bc8fd777 (diff)
downloadaur-devil-ilut-vanilla.tar.gz
Fix opengl.patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--opengl.patch6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c300769f6b6..ca6f3c598769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 2 10:13:13 UTC 2017
+# Thu May 10 19:23:15 UTC 2018
pkgbase = devil-ilut-vanilla
pkgdesc = Library for reading several different image formats (includes ILUT & doesn't --{dis,en}able more than that)
pkgver = 1.8.0
- pkgrel = 2
+ pkgrel = 3
url = http://openil.sourceforge.net/
arch = i686
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = devil-ilut-vanilla
source = opengl.patch
md5sums = 4d8c21aa4822ac86d77e44f8d7c9becd
md5sums = aea342d8ef0be8542901bf693fbcec72
- md5sums = 7042e399ee812cbc624256914c9c50b0
+ md5sums = f426bb5dfada46a02d28bad3b78183b3
pkgname = devil-ilut-vanilla
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"
diff --git a/opengl.patch b/opengl.patch
index f92e911f400a..ce997409df3c 100644
--- a/opengl.patch
+++ b/opengl.patch
@@ -34,7 +34,7 @@
@@ -10,5 +10,5 @@ URL: http://openil.sourceforge.net
Requires: IL ILU
Cflags: -I${includedir}
- Libs: -L${libdir} -lILUT
--Libs.private: -lIL -lILU
-+Libs.private: -lIL -lILU -lGL -lGLU
+-Libs: -L${libdir} -lILUT
++Libs: -L${libdir} -lILUT -lGL -lGLU
+ Libs.private: -lIL -lILU