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