summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-10-10 22:55:37 +0800
committerYour Name2022-10-10 22:55:37 +0800
commitc2a803b00f8bf2aa9eed816d5c28762df9af1752 (patch)
tree900dacca84e30415bb55f13f26bb9645ee71297e
parent57ddf6a51470d5fe6b0a2eaa6c179d4e8e3ccf1a (diff)
downloadaur-c2a803b00f8bf2aa9eed816d5c28762df9af1752.tar.gz
update 8.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20891b6ac083..eaf6be90fe46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt5
pkgdesc = Free file archiver utility, open, extract RAR TAR ZIP archives
- pkgver = 8.8.0
+ pkgver = 8.9.0
pkgrel = 1
url = http://peazip.org
arch = i686
@@ -20,9 +20,9 @@ pkgbase = peazip-qt5
provides = peazip
conflicts = peazip
options = !strip
- source = git+https://github.com/peazip/PeaZip.git#tag=8.8.0
- source = help-8.8.0.pdf::https://github.com/peazip/PeaZip/releases/download/8.8.0/peazip_help.pdf
+ source = git+https://github.com/peazip/PeaZip.git#tag=8.9.0
+ source = help-8.9.0.pdf::https://github.com/peazip/PeaZip/releases/download/8.9.0/peazip_help.pdf
sha512sums = SKIP
- sha512sums = 8ee742c3602f572122187e1b64b0150c61c6bbf9e46898662d10f6efd17e997c544a28d05833bea4e4f759375a1e68549a13f075f7ab8a5363382841c995c110
+ sha512sums = e3403c162f5d841fd93366f66f7277feb67606ff3f9cd9dda52b922902b1a51c75f4afc5426933e9ae4b192eba7c42c3ab682c9b4e4dc2c93f5e0d0427618f61
pkgname = peazip-qt5
diff --git a/PKGBUILD b/PKGBUILD
index d07441233ffb..5590467980fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: hagabaka
pkgname='peazip-qt5'
-pkgver=8.8.0
+pkgver=8.9.0
pkgrel=1
pkgdesc='Free file archiver utility, open, extract RAR TAR ZIP archives'
license=('GPL3')
@@ -19,7 +19,7 @@ options=('!strip')
source=("git+https://github.com/peazip/PeaZip.git#tag=$pkgver"
"help-$pkgver.pdf::https://github.com/peazip/PeaZip/releases/download/$pkgver/peazip_help.pdf")
sha512sums=('SKIP'
- '8ee742c3602f572122187e1b64b0150c61c6bbf9e46898662d10f6efd17e997c544a28d05833bea4e4f759375a1e68549a13f075f7ab8a5363382841c995c110')
+ 'e3403c162f5d841fd93366f66f7277feb67606ff3f9cd9dda52b922902b1a51c75f4afc5426933e9ae4b192eba7c42c3ab682c9b4e4dc2c93f5e0d0427618f61')
build() {
cd "$srcdir/PeaZip/peazip-sources/dev"