diff options
Diffstat (limited to 'abs/core-testing/libjpeg6/PKGBUILD')
-rw-r--r-- | abs/core-testing/libjpeg6/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/libjpeg6/PKGBUILD b/abs/core-testing/libjpeg6/PKGBUILD index 285532e..a66b92e 100644 --- a/abs/core-testing/libjpeg6/PKGBUILD +++ b/abs/core-testing/libjpeg6/PKGBUILD @@ -3,7 +3,7 @@ # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=libjpeg6 pkgver=6b -pkgrel=8 +pkgrel=9 pkgdesc="Library of JPEG support functions" arch=('i686' 'x86_64') url="http://ijg.org" @@ -11,6 +11,7 @@ license=('custom') depends=('glibc') makedepends=('libtool') options=(!libtool) +install=libjpeg6.install source=(ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v$pkgver.tar.gz) md5sums=('dbd5f3b47ed13132f04c685d608a7547') |