mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/zlib to 1.2.7-1
This commit is contained in:
parent
81bcd5f223
commit
97d0192d90
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=zlib
|
||||
pkgver=1.2.6
|
||||
pkgver=1.2.7
|
||||
pkgrel=1
|
||||
pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -15,7 +15,7 @@ license=('custom')
|
|||
url="http://www.zlib.net/"
|
||||
depends=('glibc')
|
||||
source=("http://zlib.net/current/zlib-${pkgver}.tar.gz")
|
||||
md5sums=('618e944d7c7cd6521551e30b32322f4a')
|
||||
md5sums=('60df6a37c56e7c1366cca812414f7b85')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/zlib-$pkgver
|
||||
|
|
Loading…
Reference in a new issue