diff options
Diffstat (limited to 'extra/imlib2/PKGBUILD')
-rw-r--r-- | extra/imlib2/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/imlib2/PKGBUILD b/extra/imlib2/PKGBUILD index a51feb3fd..10fe35b41 100644 --- a/extra/imlib2/PKGBUILD +++ b/extra/imlib2/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 191920 2013-08-01 06:59:49Z bpiotrowski $ +# $Id: PKGBUILD 198112 2013-10-30 12:51:45Z allan $ # 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.5 -pkgrel=5 +pkgrel=6 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' 'mips64el') license=('BSD') depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg-turbo') -options=('!libtool') source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2 imlib2-giflib5.patch) sha1sums=('af86a2c38f4bc3806db57e64e74dc9814ad474a0' |