summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-03-03 00:05:48 +0800
committerYour Name2023-03-03 00:05:48 +0800
commit651811078ce55ee8ea385b8f6b2cf6bd137672d7 (patch)
tree9b1a871e3ae05e22f770e10fb07ed6ab7497a558
parent0e533ffb80f851714c8edf0c6222173d4bdce1f0 (diff)
downloadaur-651811078ce55ee8ea385b8f6b2cf6bd137672d7.tar.gz
update 9.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9884c528f50c..3b0d86d5e0b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt5
pkgdesc = Free file archiver utility, open, extract RAR TAR ZIP archives
- pkgver = 9.0.0
+ pkgver = 9.1.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=9.0.0
- source = help-9.0.0.pdf::https://github.com/peazip/PeaZip/releases/download/9.0.0/peazip_help.pdf
+ source = git+https://github.com/peazip/PeaZip.git#tag=9.1.0
+ source = help-9.1.0.pdf::https://github.com/peazip/PeaZip/releases/download/9.1.0/peazip_help.pdf
sha512sums = SKIP
- sha512sums = aca8076b748d9473a4a0bbf57c24b00a2d41dabf765ea3676a8ecee23e3b8c514e28eb515d30dbfebf9c872e1823e0d75938a606a7b18baa00f9489a6de32750
+ sha512sums = af19213a27bc91028dc7b226c8162785240b2cf39af992d35cdc33832e113635183ee1ea5c8e9f36ca4594382ee07d6f10ae60455a400f56939932025a1e5de3
pkgname = peazip-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 06976969f962..41c30f3d8736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: hagabaka
pkgname='peazip-qt5'
-pkgver=9.0.0
+pkgver=9.1.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'
- 'aca8076b748d9473a4a0bbf57c24b00a2d41dabf765ea3676a8ecee23e3b8c514e28eb515d30dbfebf9c872e1823e0d75938a606a7b18baa00f9489a6de32750')
+ 'af19213a27bc91028dc7b226c8162785240b2cf39af992d35cdc33832e113635183ee1ea5c8e9f36ca4594382ee07d6f10ae60455a400f56939932025a1e5de3')
build() {
cd "$srcdir/PeaZip/peazip-sources/dev"