summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2023-11-04 11:43:06 -0300
committerGonzalo Exequiel Pedone2023-11-04 11:43:06 -0300
commitf73c7b5738cf2db0c99e1d9d97b5ce0e555353df (patch)
tree37b88f7a0ad9936cc2a5504883140647e6637f6f /PKGBUILD
parenta82db86a45551eaf354a9a832ac291c70f9f14df (diff)
downloadaur-f73c7b5738cf2db0c99e1d9d97b5ce0e555353df.tar.gz
Package updated to 1.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5f520644b07..58b7c1f24359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=x86
pkgname=android-${_android_arch}-zlib
-pkgver=1.2.13
+pkgver=1.3
pkgrel=1
pkgdesc="A compression/decompression Library (android)"
arch=('any')
@@ -11,11 +11,11 @@ url="http://www.zlib.net/"
license=('custom:zlib')
depends=('android-ndk')
options=(!strip !buildflags staticlibs !emptydirs)
-makedepends=('android-environment' 'android-pkg-config')
+makedepends=('android-environment' 'android-pkg-config' 'android-sdk-build-tools')
source=("http://zlib.net/zlib-${pkgver}.tar.gz"
"0001-Disable-versioning.patch"
"0002-Fix-CC-definition.patch")
-md5sums=('9b8aa094c4e5765dabf4da391f00d15c'
+md5sums=('60373b133d630f74f4a1f94c1185a53f'
'c2d3fe1aba79ec3e75758b2f6478c980'
'2420be2579d725c1cf1e0aac7ae0a4fe')