diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-03-09 09:18:04 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-03-09 09:18:04 -0300 |
commit | 2e4c26ac12faf120b1adfecf6593ae67e435e1e8 (patch) | |
tree | a5bb46b00799200d385f04bf4bd06ed5ec8283d5 /libre/p7zip | |
parent | a9a4e99580589182cde34947f99649ced98cca85 (diff) | |
download | abslibre-2e4c26ac12faf120b1adfecf6593ae67e435e1e8.tar.gz abslibre-2e4c26ac12faf120b1adfecf6593ae67e435e1e8.tar.bz2 abslibre-2e4c26ac12faf120b1adfecf6593ae67e435e1e8.zip |
p7zip-9.38.1-1.parabola1: updating version
Diffstat (limited to 'libre/p7zip')
-rw-r--r-- | libre/p7zip/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/p7zip/PKGBUILD b/libre/p7zip/PKGBUILD index 85501f0b4..2ab816b96 100644 --- a/libre/p7zip/PKGBUILD +++ b/libre/p7zip/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 231802 2015-02-22 16:42:46Z bisson $ +# $Id: PKGBUILD 233098 2015-03-09 03:36:16Z bisson $ # Contributor (Arch): Thayer Williams <thayer@archlinux.org> # Contributor (Arch): Hugo Doria <hugo@archlinux.org> # Contributor (Arch): TuxSpirit<tuxspirit@archlinux.fr> 2007/11/17 21:22:36 UTC @@ -8,8 +8,8 @@ _pkgname=p7zip-libre pkgname=p7zip -pkgver=9.38 -pkgrel=3.parabola2 +pkgver=9.38.1 +pkgrel=1.parabola1 pkgdesc='Command-line version of the 7zip compressed file archiver, without nonfree decompression engine for RAR archives' url='http://p7zip.sourceforge.net/' license=('GPL') @@ -22,13 +22,13 @@ optdepends=('wxgtk: GUI' makedepends=('yasm' 'nasm' 'wxgtk') mksource=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2") source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}_${pkgver}_src_all.tar.bz2" - '7zFM.desktop' 'osversion.patch' + '7zFM.desktop' 'libre.patch') -mksha1sums=('ae7f483799ca463aa5f0a856491a3410907348ed') -sha1sums=('e64eff9660908d66ff26460096b383918db7bfd3' - 'f2c370d6f1b286b7ce9a2804e22541b755616a40' +mksha1sums=('6b1eccf272d8b141a94758f80727ae633568ba69') +sha1sums=('8c4dbbcd4d9c80d48c549318bf6ab71819904acc' '8c086db1c7be0d52d2ac971f44adbdccf6dd82de' + 'f2c370d6f1b286b7ce9a2804e22541b755616a40' '33821327ea734f218ed284ff03e8a0d0ac945070') options=('!makeflags') |