summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan D. Scott2015-02-22 10:20:22 -0800
committerIan D. Scott2015-02-22 10:20:22 -0800
commitcf8175851b71f0f9ab55b829b4885d381cee4c98 (patch)
treefd9bf796f47aaa82d01f8181c2031cc77204249c
parentdb875c623d1e0e1b6bae0c57e65346fe058892fb (diff)
downloadaur-cf8175851b71f0f9ab55b829b4885d381cee4c98.tar.gz
Bump wikicurses version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 940d3373e54d..241de09b6c1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wikicurses
pkgdesc = A simple curses interface for accessing Wikipedia.
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/ids1024/wikicurses
arch = any
@@ -10,8 +10,8 @@ pkgbase = wikicurses
depends = python-beautifulsoup4
depends = python-lxml
backup = etc/wikicurses.conf
- source = https://github.com/ids1024/wikicurses/archive/v1.0.tar.gz
- md5sums = SKIP
+ source = https://github.com/ids1024/wikicurses/archive/v1.1.tar.gz
+ md5sums = 7413a6919f6b3e8e3af8c5e96a443e08
pkgname = wikicurses
diff --git a/PKGBUILD b/PKGBUILD
index c089675d0866..5f82134bb6f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ian D, Scott <ian@perebruin.com>
pkgname=wikicurses
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="A simple curses interface for accessing Wikipedia."
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python' 'python-urwid' 'python-beautifulsoup4' 'python-lxml')
backup=('etc/wikicurses.conf')
source=("https://github.com/ids1024/wikicurses/archive/v${pkgver}.tar.gz")
-md5sums=('SKIP')
+md5sums=('7413a6919f6b3e8e3af8c5e96a443e08')
package() {
cd "$srcdir/$pkgname-$pkgver"