summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan D. Scott2014-12-30 12:02:47 -0800
committerIan D. Scott2014-12-30 12:02:47 -0800
commitf040615beafe26c9c54fa5def8e340076248b6a1 (patch)
tree3e8557c9cc1684300a86f0ae6178ded26291de6e
parent450c5d4b2fcdc51ea32c5cf4c9ff70574fa7d9bc (diff)
downloadaur-f040615beafe26c9c54fa5def8e340076248b6a1.tar.gz
Make wikicurses-git depend on python-lxml
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63bd03fb5551..f437e8d50406 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wikicurses-git
pkgdesc = A simple curses interface for accessing Wikipedia.
- pkgver = r311.c784f33
+ pkgver = r320.f052bb8
pkgrel = 1
url = https://github.com/ids1024/wikicurses
arch = any
@@ -9,6 +9,7 @@ pkgbase = wikicurses-git
depends = python
depends = python-urwid
depends = python-beautifulsoup4
+ depends = python-lxml
backup = etc/wikicurses.conf
source = git://github.com/ids1024/wikicurses.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7dd3816795ef..9ccf79146abe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ian D, Scott <ian@perebruin.com>
pkgname=wikicurses-git
-pkgver=r311.c784f33
+pkgver=r320.f052bb8
pkgrel=1
pkgdesc="A simple curses interface for accessing Wikipedia."
arch=('any')
url="https://github.com/ids1024/wikicurses"
license=('MIT')
makedepends=('git')
-depends=('python' 'python-urwid' 'python-beautifulsoup4')
+depends=('python' 'python-urwid' 'python-beautifulsoup4' 'python-lxml')
backup=('etc/wikicurses.conf')
source=('git://github.com/ids1024/wikicurses.git')
md5sums=('SKIP')