summaryrefslogtreecommitdiff
path: root/extra/libwebp/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-11 16:54:49 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-11 16:54:49 +0100
commit6767b6bbf9829a692c85c3dcd5ee0280982bd252 (patch)
tree10bdbab736fb8e6abe1e99f4d1293b8e634c852a /extra/libwebp/PKGBUILD
parent422ddbe135468a35d04170922ea3d25d18246aca (diff)
parentab94338181959432cf0046ce0a9643307dab9366 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/libwebp/PKGBUILD extra/totem/PKGBUILD extra/webkitgtk/PKGBUILD
Diffstat (limited to 'extra/libwebp/PKGBUILD')
-rw-r--r--extra/libwebp/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libwebp/PKGBUILD b/extra/libwebp/PKGBUILD
index c9b839c91..0f94f49b3 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' 'mips64el')
-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"