summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41d9c8d6e7d6..fc505d806cfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _android_arch=armv7a-eabi
pkgname=android-${_android_arch}-libwebp
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="WebP library and conversion tools (android)"
arch=('any')
url="https://developers.google.com/speed/webp/"
@@ -15,7 +15,7 @@ depends=("android-${_android_arch}-libjpeg-turbo"
"android-${_android_arch}-libtiff"
"android-${_android_arch}-giflib")
options=(!strip !buildflags staticlibs !emptydirs)
-makedepends=('android-configure' 'dh-autoreconf')
+makedepends=('android-configure')
source=("https://github.com/webmproject/libwebp/archive/v${pkgver}.tar.gz")
md5sums=('d0df15b4235d024652841f2f926f72b4')