summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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"