mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/p7zip to 9.38-2
This commit is contained in:
parent
7382ee1716
commit
b0e6a7af16
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
pkgname=p7zip
|
pkgname=p7zip
|
||||||
pkgver=9.38
|
pkgver=9.38
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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')
|
||||||
|
@ -35,6 +35,8 @@ prepare() {
|
||||||
|
|
||||||
patch -p1 -i ../osversion.patch
|
patch -p1 -i ../osversion.patch
|
||||||
sed -i 's/x86_64-linux-gnu//g' CPP/7zip/*/*/*.depend
|
sed -i 's/x86_64-linux-gnu//g' CPP/7zip/*/*/*.depend
|
||||||
|
|
||||||
|
rm GUI/kde4/p7zip_compress.desktop # FS#43766
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue