summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYamashita Ren2016-08-16 15:43:29 +0200
committerYamashita Ren2016-08-16 15:43:29 +0200
commitd7618c18c9be8847f8c6f593d98087b10ba215c7 (patch)
tree57439e83ceba6016afe71214b4a4f7e16480260a /PKGBUILD
parent5262a8af5ca7bde7b2201071289d839ff294d381 (diff)
downloadaur-d7618c18c9be8847f8c6f593d98087b10ba215c7.tar.gz
Add sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9f45c00c559..fa3e3b698631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=peazip-qt-opensuse-latest
arch=(i686 x86_64)
pkgver=6.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="QT archiver utility (openSUSE RPM)"
url=http://peazip.sourceforge.net/peazip-linux.html
license=(Artistic2.0 LGPL2.1)
@@ -18,7 +18,7 @@ if [[ $CARCH == i686 ]]; then _CARCH=i586; else _CARCH=$CARCH; fi
_repo="http://download.opensuse.org/repositories/home:/ecsos/openSUSE_Tumbleweed/${_CARCH}/"
_rpm=$(curl ${_repo} | grep peazip | cut -d'"' -f6)
source=(${_repo}${_rpm})
-sha256sums=('SKIP')
+sha256sums=($(curl "$source".sha256 | cut -d' ' -f1))
pkgver() {
echo ${_rpm} | cut -d- -f2