libjpeg: 8.0.1 -> 8.0.2

This commit is contained in:
Drake Justice 2010-10-09 02:45:02 +00:00
parent 7c7a9e31bd
commit d30d25a3a3

View File

@ -3,8 +3,8 @@
# Contributor: Judd Vinet <jvinet@zeroflux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=libjpeg pkgname=libjpeg
pkgver=8.0.1 pkgver=8.0.2
_pkgver=8a _pkgver=8b
pkgrel=1 pkgrel=1
pkgdesc="Library of JPEG support functions" pkgdesc="Library of JPEG support functions"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -14,7 +14,7 @@ depends=('glibc')
makedepends=('libtool') makedepends=('libtool')
options=('!libtool') options=('!libtool')
source=(http://www.ijg.org/files/jpegsrc.v${_pkgver}.tar.gz) source=(http://www.ijg.org/files/jpegsrc.v${_pkgver}.tar.gz)
md5sums=('5146e68be3633c597b0d14d3ed8fa2ea') md5sums=('e022acbc5b36cd2cb70785f5b575661e')
build() { build() {
cd $srcdir/jpeg-${_pkgver} cd $srcdir/jpeg-${_pkgver}