diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-04-29 17:14:49 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-04-29 17:14:49 -0500 |
commit | 1f58603ae446f809a4bfc7a70481cca71e6f6991 (patch) | |
tree | 2cae03572f4c11ea1138a3ddbb1cfef965d486fe /libre/unzip | |
parent | 1dd3b9e6da3012ee5f1f05a7daf9c147ab8eda16 (diff) | |
download | abslibre-1f58603ae446f809a4bfc7a70481cca71e6f6991.tar.gz abslibre-1f58603ae446f809a4bfc7a70481cca71e6f6991.tar.bz2 abslibre-1f58603ae446f809a4bfc7a70481cca71e6f6991.zip |
unzip-6.0-14.parabola1: rebuild
Diffstat (limited to 'libre/unzip')
-rw-r--r-- | libre/unzip/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/unzip/PKGBUILD b/libre/unzip/PKGBUILD index fa019798c..84be9c042 100644 --- a/libre/unzip/PKGBUILD +++ b/libre/unzip/PKGBUILD @@ -9,17 +9,17 @@ _pkgname=unzip-libre pkgname=unzip pkgver=6.0 _pkgver=${pkgver/./} -pkgrel=13 -pkgrel+=.par1 +pkgrel=14 +pkgrel+=.parabola1 pkgdesc='For extracting and viewing files in .zip archives' -url='http://www.info-zip.org/UnZip.html' +url='https://www.info-zip.org/UnZip.html' arch=('x86_64') arch+=('i686' 'armv7h') license=('custom') depends=('bzip2' 'bash') conflicts=("${_pkgname}") replaces=("${_pkgname}") -mksource=("http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz" +mksource=("https://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz" 'match.patch') source=("https://repo.parabola.nu/other/${_pkgname}/${pkgname}${_pkgver}-libre.tar.gz" 'overflow-fsize.patch' |