diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-07-28 10:19:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-07-29 08:11:29 +0000 |
commit | 4cde4cdf5509817b5aafb29a18b6356a0ede4c20 (patch) | |
tree | 6385cd0f32b6df0199184ba054bc9040e5cfc111 | |
parent | a71587b5f1cf5d47147a5f32742f8a2bd45eadc1 (diff) | |
download | aports-4cde4cdf5509817b5aafb29a18b6356a0ede4c20.tar.gz aports-4cde4cdf5509817b5aafb29a18b6356a0ede4c20.tar.bz2 aports-4cde4cdf5509817b5aafb29a18b6356a0ede4c20.tar.xz |
community/libzip: rebuild due to signature error
rebuild in a try to solve a signature error
-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 6cbc290624..4cdbf03089 100644 --- a/community/libzip/APKBUILD +++ b/community/libzip/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=libzip pkgver=1.7.3 -pkgrel=0 +pkgrel=1 pkgdesc="C library for manipulating zip archives" url="http://www.nih.at/libzip/index.html" arch="all" |