summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-19 21:44:12 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-19 21:44:12 +0100
commitce787d39d3cdb0d340b30950392b47f2b1d36818 (patch)
tree99e5aac588f0902c3eed8385820955e2b460c46e /libre
parent17878b5275c9824e5c61edf291ecae42b552b74f (diff)
Rebuild unzip-libre due to missing signature.
Diffstat (limited to 'libre')
-rw-r--r--libre/unzip-libre/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/unzip-libre/PKGBUILD b/libre/unzip-libre/PKGBUILD
index d49c373bc..a45da11f3 100644
--- a/libre/unzip-libre/PKGBUILD
+++ b/libre/unzip-libre/PKGBUILD
@@ -6,7 +6,8 @@
_pkgname=unzip
pkgname=unzip-libre
pkgver=6.0
-pkgrel=5
+pkgrel=5.1
+pkgrel_orig=5
pkgdesc="Unpacks .zip archives such as those made by PKZIP"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.info-zip.org/"
@@ -15,7 +16,7 @@ depends=('bzip2' 'bash')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
replaces=("${_pkgname}")
-source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz")
+source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel_orig}-any.src.tar.xz")
build() {