summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2021-03-11 10:36:21 -0300
committerGonzalo Exequiel Pedone2021-03-11 10:36:21 -0300
commitaad024c32b80bd8d9387b49ad29084c3f27c0a67 (patch)
tree2e35eb2455b97fe70a6a6164669ecd471f098d55 /PKGBUILD
parenta9f307daa2193631d1349a84869e876efe549957 (diff)
downloadaur-aad024c32b80bd8d9387b49ad29084c3f27c0a67.tar.gz
Removed build dependency with dh-autoreconf.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e4f74c4ce50..b8675df8b99a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _android_arch=x86-64
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')