summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrayden Banks2018-06-08 22:52:15 -0700
committerBrayden Banks2018-06-08 22:53:06 -0700
commitc6a499a6afdc0541b2c487b9522d83acc9cac90a (patch)
tree53c067f227ece8e29fd577d9198fcfc4e6e79694 /PKGBUILD
parent35357f2fc7c07683924db50b6b9d65c66c593e21 (diff)
downloadaur-vf-1-git.tar.gz
Proper makedepends (thanks aurutils)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cf2c382de75..ef59f228e255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Brayden Banks <bb010g@gmail.com>
pkgname=vf-1-git
-pkgver=r111.453c78b
+pkgver=r168.507ebcf
pkgrel=1
pkgdesc="Command line gopher client. High speed, low drag. (Git version)"
arch=('any')
url="https://github.com/solderpunk/VF-1"
license=('BSD')
depends=('python')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('vf-1::git+https://github.com/solderpunk/VF-1.git')