summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-28 17:18:24 +0200
committerGoliathLabs2020-06-28 17:18:24 +0200
commit9a468c61a46ecac6bc076a0b93b4c70895307e48 (patch)
tree2c435931c59efd4ee9691e7269ab46be0fe0451d
parent2153f620d1b9da8c831a52d02506810050df9553 (diff)
downloadaur-9a468c61a46ecac6bc076a0b93b4c70895307e48.tar.gz
Updated: 7.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba206bf78119..d82f07a0f2e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt-build
pkgdesc = Free cross-platform file archiver (compiles from source)
- pkgver = 7.2.1
+ pkgver = 7.3.2
pkgrel = 1
url = http://peazip.org
install = peazip.install
@@ -27,8 +27,8 @@ pkgbase = peazip-qt-build
conflicts = peazip-qt
conflicts = peazip-qt-opensuse-latest
options = !strip
- source = https://github.com/giorgiotani/PeaZip/releases/download/7.2.1/peazip-7.2.1.src.zip
- sha512sums = 6376199557e96b6627c790e38057d44dc2c3e3e5ed8e7ad4477329304c2fbc9ecc4f76af4bfb83e6bc7578296de375f8741fa2bbfcbcc5aed1347d35a155c526
+ source = https://github.com/giorgiotani/PeaZip/releases/download/7.3.2/peazip-7.3.2.src.zip
+ sha512sums = fc47b2b051ce8cde5d1c51e4957c0ecf60a2ced6fbe0d1bd8f189d75b0e3c5a6a59d12b023328047434fa13a600753c9d7354adb10ef8e9b8ee8b5bae17c9add
pkgname = peazip-qt-build
diff --git a/PKGBUILD b/PKGBUILD
index 0ed3df8c252f..1fdf13568bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: hagabaka
pkgname='peazip-qt-build'
-pkgver=7.2.1
+pkgver=7.3.2
pkgrel=1
pkgdesc='Free cross-platform file archiver (compiles from source)'
license=('GPL3')
@@ -17,7 +17,7 @@ conflicts=('peazip' 'peazip-gtk2' 'peazip-gtk2-build' 'peazip-gtk2-portable' 'pe
options=('!strip')
install=peazip.install
source=("https://github.com/giorgiotani/PeaZip/releases/download/$pkgver/peazip-$pkgver.src.zip")
-sha512sums=('6376199557e96b6627c790e38057d44dc2c3e3e5ed8e7ad4477329304c2fbc9ecc4f76af4bfb83e6bc7578296de375f8741fa2bbfcbcc5aed1347d35a155c526')
+sha512sums=('fc47b2b051ce8cde5d1c51e4957c0ecf60a2ced6fbe0d1bd8f189d75b0e3c5a6a59d12b023328047434fa13a600753c9d7354adb10ef8e9b8ee8b5bae17c9add')
build() {
cd "$srcdir/peazip-$pkgver.src"