[arch-commits] Commit in p7zip/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Wed Feb 11 16:16:56 UTC 2015


    Date: Wednesday, February 11, 2015 @ 17:16:56
  Author: bisson
Revision: 231299

fix FS#43766

Modified:
  p7zip/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-11 15:28:28 UTC (rev 231298)
+++ PKGBUILD	2015-02-11 16:16:56 UTC (rev 231299)
@@ -7,7 +7,7 @@
 
 pkgname=p7zip
 pkgver=9.38
-pkgrel=1
+pkgrel=2
 pkgdesc='Command-line version of the 7zip compressed file archiver'
 url='http://p7zip.sourceforge.net/'
 license=('GPL' 'custom')
@@ -34,6 +34,8 @@
 
 	patch -p1 -i ../osversion.patch
 	sed -i 's/x86_64-linux-gnu//g' CPP/7zip/*/*/*.depend
+
+	rm GUI/kde4/p7zip_compress.desktop # FS#43766
 }
 
 build() {



More information about the arch-commits mailing list