summaryrefslogtreecommitdiff
path: root/extra/imlib2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/imlib2/PKGBUILD')
-rw-r--r--extra/imlib2/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/imlib2/PKGBUILD b/extra/imlib2/PKGBUILD
index 3c7d08d5f..60b25b067 100644
--- a/extra/imlib2/PKGBUILD
+++ b/extra/imlib2/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 215162 2014-06-14 19:17:11Z andyrtr $
+# $Id: PKGBUILD 216572 2014-07-06 18:47:23Z eric $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Arjan Timmerman <arjan.archlinux.org>
# Contributor: Tom Newsom <Jeepster.gmx.co.uk>
pkgname=imlib2
pkgver=1.4.6
-pkgrel=2
+pkgrel=3
pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support"
url="http://sourceforge.net/projects/enlightenment/"
arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@ sha1sums=('20e111d822074593e8d657ecf8aafe504e9e2967'
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i ../imlib2-giflib51.patch
+ sed -i 's/@my_libs@//' imlib2-config.in
}
build() {