summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUncle Hunto2016-05-06 02:37:44 -0700
committerUncle Hunto2016-05-06 02:37:44 -0700
commit876335cea635936798095469fd3dafe296b58409 (patch)
treeecd4949279dbc9c84ebad7b1e82e38b018ad3475 /PKGBUILD
parent53d536b7eab53b6a16ad2da674ebb671f51cf682 (diff)
downloadaur-876335cea635936798095469fd3dafe296b58409.tar.gz
Update to 6.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7fe1064b7c6..ef79dcd75ec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hagabaka
pkgname='peazip-qt-build'
-pkgver=6.0.0
+pkgver=6.0.1
pkgrel=1
pkgdesc='Free cross-platform file archiver (compiles from source)'
license=('GPL3')
@@ -16,9 +16,9 @@ conflicts=('peazip' 'peazip-gtk2' 'peazip-qt' 'peazip-gtk2-portable')
install=peazip.install
source=("https://github.com/giorgiotani/PeaZip/releases/download/$pkgver/peazip-$pkgver.src.zip"
"http://www.peazip.org/downloads/additional/peazip_optional_formats_plugin-1.LINUX.INST.tar.gz")
-sha256sums=('d585c79c632eac43edbfb133a0b59767424d137f3db75c55d49a793664af7bf2'
+sha256sums=('1211a7468a56c2e6f0635931bffd252d8b60572a2a2f72f38c6df0c12f1e849e'
'7f3fc1ea200d482500360eadda9298c4d5900ca822d21b5a0e11ff9de4d499ff')
-sha512sums=('bf781f3644432c4f89f606c1eb55a42439f0b5731f955b76a7f5fdaad583054fe3caf1c44a1fa52a283ac06f80279e1a1e675484860ec9c434957acc83a14bd4'
+sha512sums=('087d3632e4d795834e0fd762133ecac9107e7c99d5a5bf1dc88a381b822466991464663bfc86c25b10e853dce795ee22261315af2de755155566cdaa858cbc3c'
'8b308510a2c81ad2704cef19ed3fb2baf1dde0e123cf3e4c96e5e42a330e23002f3443c9fce009120492afc82b0ab063344c8029fe6fe851a4bea4814bacdaa8')
build() {
@@ -41,7 +41,7 @@ package() {
for i in arc/{arc,*.sfx}; do install -Dm755 $i "$_resdir"/$i; done
for i in *.txt lang/* themes/{*-embedded/*,*.7z} arc/arc.{ini,groups}
do install -Dm644 $i "$_resdir"/$i; done
- ln -sf -T /usr/lib/p7zip $_resdir/7z
+ ln -sf -T /usr/lib/p7zip "$_resdir/7z"
for i in quad/{balz,quad} unace/unace upx/upx lpaq/lpaq8 paq/paq8o zpaq/zpaq; do
install -d "$_resdir"/$(dirname $i)/
ln -sf /usr/bin/$(basename $i) "$_resdir"/$i;