summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17200ba12dc7..a37b4a3340f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-zlib
-pkgver=1.3
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc="A compression/decompression Library (android)"
arch=('any')
url="http://www.zlib.net/"
@@ -12,11 +12,11 @@ license=('custom:zlib')
depends=('android-ndk')
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-environment' 'android-pkg-config' 'android-sdk-build-tools')
-source=("http://zlib.net/zlib-${pkgver}.tar.gz"
+source=("https://github.com/madler/zlib/releases/download/v$pkgver/zlib-$pkgver.tar.xz"
"0001-Disable-versioning.patch"
"0002-Fix-CC-definition.patch"
"0003-Fix-missing-symbols.patch")
-md5sums=('60373b133d630f74f4a1f94c1185a53f'
+md5sums=('5e6af153311327e516690d300527ec9e'
'c2d3fe1aba79ec3e75758b2f6478c980'
'9426b0365165dfa868c905825c48ef8e'
'947d7215f8cfa3c579b4ba47bcd0a6d5')