summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Siekierka2023-10-25 22:55:47 +0200
committerAdrian Siekierka2023-10-25 22:55:47 +0200
commit50d3d808e78ed5a7c5c957bc20542923dfd8264e (patch)
tree5b9ef9132dceaab36e8a5b64b6a8323d88b554bd /PKGBUILD
parente4cf7bfbba0c34e5adfc2c72298b175e89804b6e (diff)
downloadaur-djgpp-zlib.tar.gz
update to 1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b83026f0156..9e815de626cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: uffe-at-uffe-dot-org
pkgname=djgpp-zlib
-pkgver=1.2.11
+pkgver=1.3
pkgrel=1
pkgdesc="Compression library implementing the deflate compression method found in gzip and PKZIP (DJGPP)"
arch=(any)
@@ -11,12 +11,8 @@ depends=(djgpp-djcrx)
makedepends=(djgpp-cmake)
options=(!strip !buildflags staticlibs)
-#source=("http://zlib.net/fossils/zlib-${pkgver}.tar.gz")
source=("http://zlib.net/zlib-${pkgver}.tar.gz")
-#md5sums=('44d667c142d7cda120332623eab69f40')
-md5sums=('1c9f62f0778697a09d36121ead88e08e')
-
-_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
+md5sums=('60373b133d630f74f4a1f94c1185a53f')
build()
{