diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-02 18:59:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-02 18:59:06 +0000 |
commit | a0ed5e8383d6cb85c7990eab347ea05244b9c72c (patch) | |
tree | 2092411ab39bd6c20f7af3ef0a6e978cb9071195 /main/zlib | |
parent | c73915ec3896cbe83bc6910db1cc9234c3dc1a73 (diff) | |
download | aports-a0ed5e8383d6cb85c7990eab347ea05244b9c72c.tar.bz2 aports-a0ed5e8383d6cb85c7990eab347ea05244b9c72c.tar.xz |
main/zlib: rebuild so we get provides stored
Diffstat (limited to 'main/zlib')
-rw-r--r-- | main/zlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/zlib/APKBUILD b/main/zlib/APKBUILD index bdcd517c52..1340d0f5eb 100644 --- a/main/zlib/APKBUILD +++ b/main/zlib/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zlib pkgver=1.2.7 -pkgrel=0 +pkgrel=1 pkgdesc="A compression/decompression Library" arch="all" license=custom:zlib |