summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamashita Ren2016-08-16 15:43:29 +0200
committerYamashita Ren2016-08-16 15:43:29 +0200
commitd7618c18c9be8847f8c6f593d98087b10ba215c7 (patch)
tree57439e83ceba6016afe71214b4a4f7e16480260a
parent5262a8af5ca7bde7b2201071289d839ff294d381 (diff)
downloadaur-d7618c18c9be8847f8c6f593d98087b10ba215c7.tar.gz
Add sha256sums
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD4
2 files changed, 26 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6486d7db4698..a08b85014a29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 16 13:25:09 UTC 2016
+# Tue Aug 16 13:38:37 UTC 2016
pkgbase = peazip-qt-opensuse-latest
pkgdesc = QT archiver utility (openSUSE RPM)
pkgver = 6.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://peazip.sourceforge.net/peazip-linux.html
arch = i686
arch = x86_64
@@ -22,7 +22,28 @@ pkgbase = peazip-qt-opensuse-latest
conflicts = peazip-gtk2
conflicts = peazip-qt
source = http://download.opensuse.org/repositories/home:/ecsos/openSUSE_Tumbleweed//
- sha256sums = SKIP
+ sha256sums = <?xml
+ sha256sums = <!DOCTYPE
+ sha256sums = <html
+ sha256sums = <head>
+ sha256sums = <title>Object
+ sha256sums = <link
+ sha256sums = <style
+ sha256sums = /*]]>*/--></style>
+ sha256sums = </head>
+ sha256sums = <body>
+ sha256sums = <h1>Object
+ sha256sums = <p>
+ sha256sums = </p>
+ sha256sums = <p>
+ sha256sums = If
+ sha256sums = the
+ sha256sums = </p>
+ sha256sums = <h2>Error
+ sha256sums = <address>
+ sha256sums = </address>
+ sha256sums = </body>
+ sha256sums = </html>
pkgname = peazip-qt-opensuse-latest
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