summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan D. Scott2015-02-28 16:35:26 -0800
committerIan D. Scott2015-02-28 16:35:26 -0800
commit49e7144ce5fc1babf3907d252bcb50c32c6d11be (patch)
treece7e598edc94ecebbdb75997779a023885ae07b8
parente91f67d064fc2b0ffa5d5e77ac3ea13be212ddaa (diff)
downloadaur-49e7144ce5fc1babf3907d252bcb50c32c6d11be.tar.gz
Add setuptools to wikicurses-git makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6748efbbf7e..81fcdffdf7ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = wikicurses-git
pkgdesc = A simple curses interface for accessing Wikipedia.
- pkgver = v1.0.r0.g627b5e8
+ pkgver = v1.0.r34.g4413111
pkgrel = 1
url = https://github.com/ids1024/wikicurses
arch = any
license = MIT
makedepends = git
+ makedepends = python-setuptools
depends = python
depends = python-urwid
depends = python-beautifulsoup4
depends = python-lxml
+ depends =
backup = etc/wikicurses.conf
source = git://github.com/ids1024/wikicurses.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a11d1ebb3d7f..c011b402927a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ian D, Scott <ian@perebruin.com>
pkgname=wikicurses-git
-pkgver=v1.0.r0.g627b5e8
+pkgver=v1.0.r34.g4413111
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' 'python-lxml')
+makedepends=('git' 'python-setuptools')
+depends=('python' 'python-urwid' 'python-beautifulsoup4' 'python-lxml' '')
backup=('etc/wikicurses.conf')
source=('git://github.com/ids1024/wikicurses.git')
md5sums=('SKIP')