diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-03-29 06:13:07 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-29 06:13:07 +0000 |
commit | 816dedf61d195aea1507c24f106aae38aff6a1e9 (patch) | |
tree | 1f0d97c2c452cf8192be23d2aea9b5aa3b802520 /community/libzip | |
parent | 181a4bc187f74d75328e25356a2a9475ce977090 (diff) | |
download | aports-816dedf61d195aea1507c24f106aae38aff6a1e9.tar.bz2 aports-816dedf61d195aea1507c24f106aae38aff6a1e9.tar.xz |
community/libzip: rebuild to fix desync between ppc64le builder and what is in archive
Diffstat (limited to 'community/libzip')
-rw-r--r-- | community/libzip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD index d0ffe9c098..555fdfa92d 100644 --- a/community/libzip/APKBUILD +++ b/community/libzip/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=libzip pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" arch="all" |