summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan D. Scott2015-06-07 10:36:44 -0700
committerIan D. Scott2015-06-07 10:36:44 -0700
commit45882bceb3b885660e77c2fdffbaee922b4c7f52 (patch)
treeaeb3b741c23060fbf67b379399b118df6ebf74a7
parentd80431506f9372d4c234e15e0f30fe5e951e9670 (diff)
downloadaur-wikicurses.tar.gz
Wikicurses 1.3; add signature check
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e2c342a49c..1e85ee3fefca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wikicurses
pkgdesc = A simple curses interface for accessing Wikipedia.
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/ids1024/wikicurses
arch = any
@@ -11,8 +11,10 @@ pkgbase = wikicurses
depends = python-beautifulsoup4
depends = python-lxml
backup = etc/wikicurses.conf
- source = https://github.com/ids1024/wikicurses/archive/v1.2.tar.gz
- md5sums = b9fde4ab2dc518eae0c373c35352b7bf
+ source = https://github.com/ids1024/wikicurses/archive/v1.3.tar.gz
+ source = https://github.com/ids1024/wikicurses/releases/download/v1.3/v1.3.tar.gz.asc
+ md5sums = 3b22096c2ec9a4f94c609295323d4a70
+ md5sums = SKIP
pkgname = wikicurses
diff --git a/PKGBUILD b/PKGBUILD
index 50e9f64362d5..d5c256c3df3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ian D, Scott <ian@perebruin.com>
pkgname=wikicurses
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="A simple curses interface for accessing Wikipedia."
arch=('any')
@@ -9,8 +9,10 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python' 'python-urwid' 'python-beautifulsoup4' 'python-lxml')
backup=('etc/wikicurses.conf')
-source=("https://github.com/ids1024/wikicurses/archive/v${pkgver}.tar.gz")
-md5sums=('b9fde4ab2dc518eae0c373c35352b7bf')
+source=("https://github.com/ids1024/wikicurses/archive/v${pkgver}.tar.gz"
+"https://github.com/ids1024/wikicurses/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc")
+md5sums=('3b22096c2ec9a4f94c609295323d4a70' 'SKIP')
+validpgpkeys=('098BF569A360E234CE2B861A4924E10E199B5959')
package() {
cd "$srcdir/$pkgname-$pkgver"