diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-01 00:23:54 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-01 00:23:54 -0300 |
commit | da8c861ca2d2f2eb336bab5899f2c341a6f86458 (patch) | |
tree | 334c547b28363f0078583cb785b1b84e426cf888 /libre | |
parent | 5383769e2718a8750f6bd565ba86372634319fe6 (diff) | |
parent | fab493b2e4893382a91050101c622dc3cc6e81b4 (diff) | |
download | abslibre-da8c861ca2d2f2eb336bab5899f2c341a6f86458.tar.gz abslibre-da8c861ca2d2f2eb336bab5899f2c341a6f86458.tar.bz2 abslibre-da8c861ca2d2f2eb336bab5899f2c341a6f86458.zip |
Merge branch 'master' of git://projects.parabolagnulinux.org/abslibre
Diffstat (limited to 'libre')
-rw-r--r-- | libre/libretools/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/unzip-libre/PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index f1fdd8ebf..5e4a3267a 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> -# Contributor (Arch): Joshua Haase <hahj87@gmail.com> +# Contributor: Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com> # Contributor: fauno <fauno@kiwwwi.com.ar> # Contributor: Márcio Silva <coadde@parabola.nu> 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') |