summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-04-28 12:29:56 +0800
committerYour Name2023-04-28 12:29:56 +0800
commit315ae543e3d1721c952a20dd4bd93d7af5c45d20 (patch)
tree1a1243a75ae127a8a402d27adeb9ef843500370f
parent651811078ce55ee8ea385b8f6b2cf6bd137672d7 (diff)
downloadaur-315ae543e3d1721c952a20dd4bd93d7af5c45d20.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b0d86d5e0b5..10439174cfae 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.1.0
+ pkgver = 9.2.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.1.0
- source = help-9.1.0.pdf::https://github.com/peazip/PeaZip/releases/download/9.1.0/peazip_help.pdf
+ source = git+https://github.com/peazip/PeaZip.git#tag=9.2.0
+ source = help-9.2.0.pdf::https://github.com/peazip/PeaZip/releases/download/9.2.0/peazip_help.pdf
sha512sums = SKIP
- sha512sums = af19213a27bc91028dc7b226c8162785240b2cf39af992d35cdc33832e113635183ee1ea5c8e9f36ca4594382ee07d6f10ae60455a400f56939932025a1e5de3
+ sha512sums = 021d371b6d83120eaa162312c410eea4738007d7ffca7015da9cc7307efdecdfa8659d7aca95fe0edf7e042582ff1e16a33fa4754ad00e07dc4482ed420f2178
pkgname = peazip-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 41c30f3d8736..84d1fca77825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: hagabaka
pkgname='peazip-qt5'
-pkgver=9.1.0
+pkgver=9.2.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'
- 'af19213a27bc91028dc7b226c8162785240b2cf39af992d35cdc33832e113635183ee1ea5c8e9f36ca4594382ee07d6f10ae60455a400f56939932025a1e5de3')
+ '021d371b6d83120eaa162312c410eea4738007d7ffca7015da9cc7307efdecdfa8659d7aca95fe0edf7e042582ff1e16a33fa4754ad00e07dc4482ed420f2178')
build() {
cd "$srcdir/PeaZip/peazip-sources/dev"