summarylogtreecommitdiffstats
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
parenta9f307daa2193631d1349a84869e876efe549957 (diff)
downloadaur-aad024c32b80bd8d9387b49ad29084c3f27c0a67.tar.gz
Removed build dependency with dh-autoreconf.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc06861de237..ca2531b2effe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = android-x86-64-libwebp
pkgdesc = WebP library and conversion tools (android)
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://developers.google.com/speed/webp/
arch = any
license = BSD
makedepends = android-configure
- makedepends = dh-autoreconf
depends = android-x86-64-libjpeg-turbo
depends = android-x86-64-libpng
depends = android-x86-64-libtiff
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')