summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-02-07 22:17:00 -0800
committermutantmonkey2020-02-07 22:17:00 -0800
commitbba8e973e101f0236150eb40798633210cef5b6e (patch)
treeef3dba8d1239bf958891229ac0d8823d0fd866e8
parent63a8be48f41797d7a4451560a8ccbbdbc51596de (diff)
downloadaur-bba8e973e101f0236150eb40798633210cef5b6e.tar.gz
upgpkg: hokiestalker-git 29.98405c6-1
add python-setuptools dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0734d4355d63..21df5d9e54c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = hokiestalker-git
pkgdesc = Query the Virginia Tech people search service for information about a person.
- pkgver = 28.02f5f8f
+ pkgver = 29.98405c6
pkgrel = 1
url = https://github.com/mutantmonkey/hokiestalker
arch = any
license = ISC
makedepends = git
+ makedepends = python-setuptools
depends = python
depends = python-lxml
provides = hokiestalker
diff --git a/PKGBUILD b/PKGBUILD
index 7e3718d62fcc..7f779ec6484d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=hokiestalker-git
_gitname=hokiestalker
-pkgver=28.02f5f8f
+pkgver=29.98405c6
pkgrel=1
pkgdesc="Query the Virginia Tech people search service for information about a person."
url="https://github.com/mutantmonkey/hokiestalker"
arch=('any')
license=('ISC')
depends=('python' 'python-lxml')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=('hokiestalker')
conflicts=('hokiestalker')
source=('git+https://github.com/mutantmonkey/hokiestalker.git')