diff options
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' |