summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan D. Scott2015-04-05 14:39:35 -0700
committerIan D. Scott2015-04-05 14:39:35 -0700
commit5e25bb6a9787a1bfb0e4b709a43c361b53cef876 (patch)
treef108c22a3dd9c1ed87640fcf5765835d59521f95
parent49e7144ce5fc1babf3907d252bcb50c32c6d11be (diff)
downloadaur-5e25bb6a9787a1bfb0e4b709a43c361b53cef876.tar.gz
Fix a couple issues with the wikicurses-git PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81fcdffdf7ff..33f83e1fcf5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wikicurses-git
pkgdesc = A simple curses interface for accessing Wikipedia.
- pkgver = v1.0.r34.g4413111
+ pkgver = v1.2.r1.gbee3398
pkgrel = 1
url = https://github.com/ids1024/wikicurses
arch = any
@@ -11,7 +11,6 @@ pkgbase = wikicurses-git
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 c011b402927a..223ef322d96e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Ian D, Scott <ian@perebruin.com>
+# Maintainer: Ian D. Scott <ian@perebruin.com>
pkgname=wikicurses-git
-pkgver=v1.0.r34.g4413111
+pkgver=v1.2.r1.gbee3398
pkgrel=1
pkgdesc="A simple curses interface for accessing Wikipedia."
arch=('any')
url="https://github.com/ids1024/wikicurses"
license=('MIT')
makedepends=('git' 'python-setuptools')
-depends=('python' 'python-urwid' 'python-beautifulsoup4' 'python-lxml' '')
+depends=('python' 'python-urwid' 'python-beautifulsoup4' 'python-lxml')
backup=('etc/wikicurses.conf')
source=('git://github.com/ids1024/wikicurses.git')
md5sums=('SKIP')