diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-10 14:10:00 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-10 14:10:00 -0300 |
commit | a000bda19902a7495582d860ee43894b03d217ee (patch) | |
tree | f507c5013f0bbe2b41a4b3cef3ddd408d8a381f9 /libre/p7zip/PKGBUILD | |
parent | c979b7742caf12258305d4a869950fe67aef7c5c (diff) | |
download | abslibre-a000bda19902a7495582d860ee43894b03d217ee.tar.gz abslibre-a000bda19902a7495582d860ee43894b03d217ee.tar.bz2 abslibre-a000bda19902a7495582d860ee43894b03d217ee.zip |
p7zip-9.38.1-2.parabola1: fix FS#44477 -> https://bugs.archlinux.org/task/44477
Diffstat (limited to 'libre/p7zip/PKGBUILD')
-rw-r--r-- | libre/p7zip/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/p7zip/PKGBUILD b/libre/p7zip/PKGBUILD index 2ab816b96..5c9feddfd 100644 --- a/libre/p7zip/PKGBUILD +++ b/libre/p7zip/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 233098 2015-03-09 03:36:16Z bisson $ +# $Id: PKGBUILD 235997 2015-04-09 21:04:58Z 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 @@ -9,7 +9,7 @@ _pkgname=p7zip-libre pkgname=p7zip pkgver=9.38.1 -pkgrel=1.parabola1 +pkgrel=2.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') @@ -28,7 +28,7 @@ source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}_${pkgver}_src_al mksha1sums=('6b1eccf272d8b141a94758f80727ae633568ba69') sha1sums=('8c4dbbcd4d9c80d48c549318bf6ab71819904acc' '8c086db1c7be0d52d2ac971f44adbdccf6dd82de' - 'f2c370d6f1b286b7ce9a2804e22541b755616a40' + '441e8d89457f165c22015dedd0c1ee88504f333c' '33821327ea734f218ed284ff03e8a0d0ac945070') options=('!makeflags') |