summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-02 17:06:30 +0100
committerFelix Golatofski2020-02-02 17:06:30 +0100
commitc8414418fe588edea51e2ce64828e2ead5bbb359 (patch)
tree525f7a89dcd910a932da0c728f5ae2d0088f3e03
parentdf522be3a269afb568f562fc682fc16f172d0e84 (diff)
downloadaur-c8414418fe588edea51e2ce64828e2ead5bbb359.tar.gz
Updated to 7.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 503b39e6c92c..aea5f3668d48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peazip-qt-build
pkgdesc = Free cross-platform file archiver (compiles from source)
- pkgver = 7.0.1
+ pkgver = 7.1.0
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.0.1/peazip-7.0.1.src.zip
- sha512sums = 3c5affab0170e22b6666f86504b43a8c6e780ff2f32e1b175c0f59f8bc9d2263777dbafd9c8eeb0e0e4c5e63373bb044de74c42548ef3ea1e80f5f57f79d1967
+ source = https://github.com/giorgiotani/PeaZip/releases/download/7.1.0/peazip-7.1.0.src.zip
+ sha512sums = bff64dd9f5253c66c21fa617aa35080546bf7f5ab772111af7ecbd381e1d130000ab0d6716f41e75fe35911e90db95a94a069a632bd98e202f60f3a5e7dd2f8b
pkgname = peazip-qt-build
diff --git a/PKGBUILD b/PKGBUILD
index 3bc0eec915e3..047d1c62631e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: hagabaka
pkgname='peazip-qt-build'
-pkgver=7.0.1
+pkgver=7.1.0
pkgrel=1
pkgdesc='Free cross-platform file archiver (compiles from source)'
license=('GPL3')
@@ -16,7 +16,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=('3c5affab0170e22b6666f86504b43a8c6e780ff2f32e1b175c0f59f8bc9d2263777dbafd9c8eeb0e0e4c5e63373bb044de74c42548ef3ea1e80f5f57f79d1967')
+sha512sums=('bff64dd9f5253c66c21fa617aa35080546bf7f5ab772111af7ecbd381e1d130000ab0d6716f41e75fe35911e90db95a94a069a632bd98e202f60f3a5e7dd2f8b')
build() {
cd "$srcdir/peazip-$pkgver.src"