diff options
author | root <root@rshg054.dnsready.net> | 2012-12-11 02:08:20 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-11 02:08:20 -0800 |
commit | 37d560a05f516614c5765f171a5defb494a55acf (patch) | |
tree | 8fb8668e185033a9b8972b460d843aa6d23f829b /extra/libwebp | |
parent | 4aef0a374e20e36cf2bf6e779d93789d9a5791ae (diff) |
Tue Dec 11 02:05:08 PST 2012
Diffstat (limited to 'extra/libwebp')
-rw-r--r-- | extra/libwebp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libwebp/PKGBUILD b/extra/libwebp/PKGBUILD index 8028b0de5..788b645d7 100644 --- a/extra/libwebp/PKGBUILD +++ b/extra/libwebp/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 167975 2012-10-04 13:31:03Z heftig $ +# $Id: PKGBUILD 173085 2012-12-10 13:18:07Z heftig $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jon Nordby <jononor@gmail.com> pkgname=libwebp -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="WebP library and conversion tools" arch=('x86_64' 'i686') -url="http://code.google.com/intl/en/speed/webp/" +url="https://developers.google.com/speed/webp/" license=('BSD') depends=('libpng' 'libjpeg') options=('!libtool') source=("http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz") -sha256sums=('aa7d5e162826362c79d7c36d41484042ab7460dc08dc33d4ea6823a0c77d4bfb') +sha256sums=('894e08b8b0043cf007cc1ca893f33d73784565a6e64b0e7aefb201a687392314') build() { cd "$srcdir/$pkgname-$pkgver" |