mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/zlib to 1.2.8-1
This commit is contained in:
parent
bfe15f4aa8
commit
231e09fede
1 changed files with 2 additions and 4 deletions
|
@ -4,10 +4,8 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - added --shared to configure
|
# - added --shared to configure
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=zlib
|
pkgname=zlib
|
||||||
pkgver=1.2.7
|
pkgver=1.2.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP'
|
pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -15,7 +13,7 @@ license=('custom')
|
||||||
url="http://www.zlib.net/"
|
url="http://www.zlib.net/"
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
source=("http://zlib.net/current/zlib-${pkgver}.tar.gz")
|
source=("http://zlib.net/current/zlib-${pkgver}.tar.gz")
|
||||||
md5sums=('60df6a37c56e7c1366cca812414f7b85')
|
md5sums=('44d667c142d7cda120332623eab69f40')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/zlib-$pkgver
|
cd ${srcdir}/zlib-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue