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

Gaetan Bisson bisson at archlinux.org
Sun Feb 22 16:42:46 UTC 2015


    Date: Sunday, February 22, 2015 @ 17:42:46
  Author: bisson
Revision: 231802

fix FS#43911

Modified:
  p7zip/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-22 15:23:12 UTC (rev 231801)
+++ PKGBUILD	2015-02-22 16:42:46 UTC (rev 231802)
@@ -7,7 +7,7 @@
 
 pkgname=p7zip
 pkgver=9.38
-pkgrel=2
+pkgrel=3
 pkgdesc='Command-line version of the 7zip compressed file archiver'
 url='http://p7zip.sourceforge.net/'
 license=('GPL' 'custom')
@@ -19,7 +19,7 @@
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2"
         'osversion.patch'
         '7zFM.desktop')
-sha1sums=('693bc2a1426df7a12762b4542a8327add23f0dc3'
+sha1sums=('ae7f483799ca463aa5f0a856491a3410907348ed'
           '8c086db1c7be0d52d2ac971f44adbdccf6dd82de'
           'f2c370d6f1b286b7ce9a2804e22541b755616a40')
 
@@ -67,5 +67,5 @@
 	find GUI/help -type d -exec chmod 755 {} \;
 	cp -r GUI/help "${pkgdir}"/usr/lib/p7zip/
 
-	chmod -R u+w,o+r "${pkgdir}/usr"
+	chmod -R a+r,u+w,a+X "${pkgdir}/usr"
 }



More information about the arch-commits mailing list