summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-30 15:55:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-30 15:56:43 -0300
commitd9030f1e884d506bb8b4f1daeb122c2a4e0e0ffe (patch)
tree6681adafe3b5fc000fbe9ce809a4b3ee0944cbc9
parent960078142fa2c0df29bbb002a0662ebe58d83795 (diff)
unzip-libre: fix issue on mksource and source
-rw-r--r--libre/unzip-libre/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/unzip-libre/PKGBUILD b/libre/unzip-libre/PKGBUILD
index 6cdb2159d..933fc8a6a 100644
--- a/libre/unzip-libre/PKGBUILD
+++ b/libre/unzip-libre/PKGBUILD
@@ -16,9 +16,9 @@ depends=('bzip2' 'bash')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
replaces=("${_pkgname}")
-mksource=('http://downloads.sourceforge.net/infozip/${_pkgname}${_pkgver}.tar.gz'
+mksource=("http://downloads.sourceforge.net/infozip/${_pkgname}${_pkgver}.tar.gz"
'match.patch')
-source=('https://repo.parabolagnulinux.org/other/${pkgname}/${_pkgname}${_pkgver}-libre.tar.gz')
+source=("https://repo.parabolagnulinux.org/other/${pkgname}/${_pkgname}${_pkgver}-libre.tar.gz")
mkmd5sums=('62b490407489521db863b523a7f86375'
'e6d9f0c204c2abe6a57dc5e1637d5140')
md5sums=('bbe4b7f4d48b2f939b5e43fde0ac7762')