summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-01 21:54:37 +0200
committerGoliathLabs2020-05-01 21:54:37 +0200
commit2153f620d1b9da8c831a52d02506810050df9553 (patch)
treec360268046d456bf6c554c4b10a66c75b31e368c
parentc8414418fe588edea51e2ce64828e2ead5bbb359 (diff)
downloadaur-2153f620d1b9da8c831a52d02506810050df9553.tar.gz
Updated: 7.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aea5f3668d48..ba206bf78119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt-build
pkgdesc = Free cross-platform file archiver (compiles from source)
- pkgver = 7.1.0
+ pkgver = 7.2.1
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.1.0/peazip-7.1.0.src.zip
- sha512sums = bff64dd9f5253c66c21fa617aa35080546bf7f5ab772111af7ecbd381e1d130000ab0d6716f41e75fe35911e90db95a94a069a632bd98e202f60f3a5e7dd2f8b
+ source = https://github.com/giorgiotani/PeaZip/releases/download/7.2.1/peazip-7.2.1.src.zip
+ sha512sums = 6376199557e96b6627c790e38057d44dc2c3e3e5ed8e7ad4477329304c2fbc9ecc4f76af4bfb83e6bc7578296de375f8741fa2bbfcbcc5aed1347d35a155c526
pkgname = peazip-qt-build
diff --git a/PKGBUILD b/PKGBUILD
index 047d1c62631e..0ed3df8c252f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Uncle Hunto <unclehunto äτ ÝãΗ00 Ð0τ ÇÖΜ>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Uncle Hunto <unclehunto äτ ÝãΗ00 Ð0τ ÇÖΜ>
# Contributor: hagabaka
pkgname='peazip-qt-build'
-pkgver=7.1.0
+pkgver=7.2.1
pkgrel=1
pkgdesc='Free cross-platform file archiver (compiles from source)'
license=('GPL3')
@@ -16,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=('bff64dd9f5253c66c21fa617aa35080546bf7f5ab772111af7ecbd381e1d130000ab0d6716f41e75fe35911e90db95a94a069a632bd98e202f60f3a5e7dd2f8b')
+sha512sums=('6376199557e96b6627c790e38057d44dc2c3e3e5ed8e7ad4477329304c2fbc9ecc4f76af4bfb83e6bc7578296de375f8741fa2bbfcbcc5aed1347d35a155c526')
build() {
cd "$srcdir/peazip-$pkgver.src"