summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f28197acac4..b240eb97669e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peazip-gtk2-bin
pkgdesc = File and archive manager, 7Z BR RAR TAR ZST ZIP files extraction utility
pkgver = 8.2.0
- pkgrel = 1
+ pkgrel = 3
url = http://www.peazip.org/peazip-linux.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a407259c43de..a8bbc9c90f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=peazip-gtk2-bin
pkgver=8.2.0
-pkgrel=1
+pkgrel=3
pkgdesc="File and archive manager, 7Z BR RAR TAR ZST ZIP files extraction utility
"
arch=('i686' 'x86_64')
@@ -36,9 +36,6 @@ sha256sums=('5eb09e87891de28ea1217a9e8d9efa93e6851bef5920fb2d43ee59023134e3ee')
package() {
cp -aR usr/ "${pkgdir}/"
- mv "${pkgdir}/usr/share/PeaZip" "${pkgdir}/usr/share/${pkgname}"
- rm "${pkgdir}/usr/bin/peazip"
- ln -s /usr/share/peazip-gtk2-bin/peazip "${pkgdir}/usr/bin/peazip"
+ cp -aR opt/ "${pkgdir}/"
rm -rf "${pkgdir}/usr/lib"
- chmod --recursive 755 "${pkgdir}/usr/share/peazip-gtk2-bin/FreeDesktop_integration"
}