summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan D. Scott2015-03-13 16:15:18 -0700
committerIan D. Scott2015-03-13 16:15:18 -0700
commitd80431506f9372d4c234e15e0f30fe5e951e9670 (patch)
tree04008af9846a9e31c2a609cc92e935560a0c0429
parentcf8175851b71f0f9ab55b829b4885d381cee4c98 (diff)
downloadaur-d80431506f9372d4c234e15e0f30fe5e951e9670.tar.gz
Wikicurses 1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 241de09b6c1e..a4e2c342a49c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = wikicurses
pkgdesc = A simple curses interface for accessing Wikipedia.
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/ids1024/wikicurses
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
depends = python-urwid
depends = python-beautifulsoup4
depends = python-lxml
backup = etc/wikicurses.conf
- source = https://github.com/ids1024/wikicurses/archive/v1.1.tar.gz
- md5sums = 7413a6919f6b3e8e3af8c5e96a443e08
+ source = https://github.com/ids1024/wikicurses/archive/v1.2.tar.gz
+ md5sums = b9fde4ab2dc518eae0c373c35352b7bf
pkgname = wikicurses
diff --git a/PKGBUILD b/PKGBUILD
index 5f82134bb6f8..50e9f64362d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Ian D, Scott <ian@perebruin.com>
pkgname=wikicurses
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="A simple curses interface for accessing Wikipedia."
arch=('any')
url="https://github.com/ids1024/wikicurses"
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=('7413a6919f6b3e8e3af8c5e96a443e08')
+md5sums=('b9fde4ab2dc518eae0c373c35352b7bf')
package() {
cd "$srcdir/$pkgname-$pkgver"