mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/p7zip to 9.38-3
This commit is contained in:
parent
7d76cd4f58
commit
b2e8ff2d28
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
pkgname=p7zip
|
pkgname=p7zip
|
||||||
pkgver=9.38
|
pkgver=9.38
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Command-line version of the 7zip compressed file archiver'
|
pkgdesc='Command-line version of the 7zip compressed file archiver'
|
||||||
url='http://p7zip.sourceforge.net/'
|
url='http://p7zip.sourceforge.net/'
|
||||||
license=('GPL' 'custom')
|
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"
|
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2"
|
||||||
'osversion.patch'
|
'osversion.patch'
|
||||||
'7zFM.desktop')
|
'7zFM.desktop')
|
||||||
sha1sums=('693bc2a1426df7a12762b4542a8327add23f0dc3'
|
sha1sums=('ae7f483799ca463aa5f0a856491a3410907348ed'
|
||||||
'8c086db1c7be0d52d2ac971f44adbdccf6dd82de'
|
'8c086db1c7be0d52d2ac971f44adbdccf6dd82de'
|
||||||
'f2c370d6f1b286b7ce9a2804e22541b755616a40')
|
'f2c370d6f1b286b7ce9a2804e22541b755616a40')
|
||||||
|
|
||||||
|
@ -68,5 +68,5 @@ package() {
|
||||||
find GUI/help -type d -exec chmod 755 {} \;
|
find GUI/help -type d -exec chmod 755 {} \;
|
||||||
cp -r GUI/help "${pkgdir}"/usr/lib/p7zip/
|
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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue