summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-06-07 14:06:00 -0300
committerGonzalo Exequiel Pedone2020-06-07 14:06:00 -0300
commitb76e99f57c3187cb4a82c415f8b2da58bc8bd9a4 (patch)
tree626507b55263a017c649d772937358b22b0a865c /PKGBUILD
parent13abc6ced21ced00d415dfe480b31cf7e9273a2b (diff)
downloadaur-b76e99f57c3187cb4a82c415f8b2da58bc8bd9a4.tar.gz
Added dh-autoreconf to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c2c02a09339..20455fae4ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _android_arch=x86
pkgname=android-${_android_arch}-libwebp
pkgver=1.1.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')
+makedepends=('android-configure' 'dh-autoreconf')
source=("https://github.com/webmproject/libwebp/archive/v${pkgver}.tar.gz")
sha256sums=('424faab60a14cb92c2a062733b6977b4cc1e875a6398887c5911b3a1a6c56c51')