summaryrefslogtreecommitdiff
path: root/community/libwebp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libwebp/PKGBUILD')
-rw-r--r--community/libwebp/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libwebp/PKGBUILD b/community/libwebp/PKGBUILD
index 3343279fe..4606413a0 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' 'mips64el')
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"