extra/p7zip to 9.38-3

This commit is contained in:
Kevin Mihelich 2015-02-22 17:06:28 +00:00
parent 7d76cd4f58
commit b2e8ff2d28

View file

@ -10,7 +10,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')
@ -22,7 +22,7 @@ makedepends=('yasm' 'nasm' 'wxgtk')
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')
@ -68,5 +68,5 @@ package() {
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"
}