summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2015-10-05 16:35:42 -0700
committerUncle Hunto2015-10-05 16:35:42 -0700
commit1e3da890b4a5e738b6386549ebafe1cbe235584c (patch)
tree719e3c72a18fd0204661c9df26f61024f04c00c7
parent49e84fa508fdb0c8471f805ec36e76c1b39874c2 (diff)
downloadaur-1e3da890b4a5e738b6386549ebafe1cbe235584c.tar.gz
Updated to version 5.8.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0d5b7ef46bb..0ffda3f7935f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peazip-qt-build
pkgdesc = Free cross-platform file archiver (compiles from source)
- pkgver = 5.7.2
- pkgrel = 2
+ pkgver = 5.8.0
+ pkgrel = 1
url = http://peazip.org
install = peazip.install
arch = i686
@@ -14,10 +14,10 @@ pkgbase = peazip-qt-build
conflicts = peazip
conflicts = peazip-gtk2
conflicts = peazip-qt
- source = https://github.com/giorgiotani/PeaZip/releases/download/5.7.2/peazip-5.7.2.src.zip
- source = https://github.com/giorgiotani/PeaZip/releases/download/5.7.2/peazip_portable-5.7.2.LINUX.Qt.tar.gz
- sha256sums = a1eb6088291994d3646fc63e8470a46dc7e5d08803c9133a766babab1f3c33c2
- sha256sums = 49ccd1f3c3cb996fee6d7f16bbe9a07911d59fbbdaa612e7079485ea3d87bb48
+ source = https://github.com/giorgiotani/PeaZip/releases/download/5.8.0/peazip-5.8.0.src.zip
+ source = https://github.com/giorgiotani/PeaZip/releases/download/5.8.0/peazip_portable-5.8.0.LINUX.Qt.tar.gz
+ sha256sums = 48ea2cfafdf0883185564f754fcd156b7f6f5042e0fc14b1d28ef930b3bc9ff0
+ sha256sums = e831943f9467a7761d4836849aa5c5cf2aca2c846e52b2f941c2224f6342e11e
pkgname = peazip-qt-build
diff --git a/PKGBUILD b/PKGBUILD
index 5f07ad8506b6..125060a2339a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: hagabaka
pkgname='peazip-qt-build'
-pkgver=5.7.2
-pkgrel=2
+pkgver=5.8.0
+pkgrel=1
pkgdesc='Free cross-platform file archiver (compiles from source)'
license='GPL3'
url='http://peazip.org'
@@ -15,8 +15,8 @@ conflicts=('peazip' 'peazip-gtk2' 'peazip-qt')
install=peazip.install
source=("https://github.com/giorgiotani/PeaZip/releases/download/$pkgver/peazip-$pkgver.src.zip"
"https://github.com/giorgiotani/PeaZip/releases/download/$pkgver/peazip_portable-$pkgver.LINUX.Qt.tar.gz")
-sha256sums=('a1eb6088291994d3646fc63e8470a46dc7e5d08803c9133a766babab1f3c33c2'
- '49ccd1f3c3cb996fee6d7f16bbe9a07911d59fbbdaa612e7079485ea3d87bb48')
+sha256sums=('48ea2cfafdf0883185564f754fcd156b7f6f5042e0fc14b1d28ef930b3bc9ff0'
+ 'e831943f9467a7761d4836849aa5c5cf2aca2c846e52b2f941c2224f6342e11e')
build() {
cp -Rf "$srcdir/peazip_portable-$pkgver.LINUX.Qt/res" "$srcdir/peazip-$pkgver.src"