diff options
author | root <root@rshg054.dnsready.net> | 2012-07-24 00:01:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-24 00:01:46 +0000 |
commit | 56913dc8679143308408596f2872f3894b3ab9d0 (patch) | |
tree | 6a8108f4290a1841aacb64924af58ad547790aa5 /community/libwebp | |
parent | a65eb6fe2ea0ffa22c65de34506c88aeeb3c88ee (diff) |
Tue Jul 24 00:01:46 UTC 2012
Diffstat (limited to 'community/libwebp')
-rw-r--r-- | community/libwebp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libwebp/PKGBUILD b/community/libwebp/PKGBUILD index eb5dbca25..c04399675 100644 --- a/community/libwebp/PKGBUILD +++ b/community/libwebp/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Jon Nordby <jononor@gmail.com> pkgname=libwebp -pkgver=0.1.3 -pkgrel=2 +pkgver=0.1.99 +pkgrel=1 pkgdesc="WebP library and conversion tools" arch=('x86_64' 'i686') url="http://code.google.com/intl/en/speed/webp/" @@ -12,7 +12,7 @@ license=('BSD') depends=('libpng' 'libjpeg') options=('!libtool') source=("http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz") -sha256sums=('40b18456e39b2822311b0ea161d6f09507cf5e8e937b02b9be3ee994ded67aba') +sha256sums=('5c98c4ad2af3649fa856ae44207aeb0ee559271e38cedfd10b25976c55cbea24') build() { cd "$srcdir/$pkgname-$pkgver" |