summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh VanderLinden2021-12-28 07:19:04 -0500
committerJosh VanderLinden2021-12-28 07:19:04 -0500
commitd751bc3626c24ece58e66e6ef6e0e1230d8e0df3 (patch)
treeead79426b902fe2aa72e2d633a6a9e8f578cde3d /PKGBUILD
parent9a8661e2ae915c07c6d8ae6749a2e83b0d928fcd (diff)
downloadaur-d751bc3626c24ece58e66e6ef6e0e1230d8e0df3.tar.gz
Remove glide as a build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e9b606009b0..348cc84ead98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_gitname=vnstat-ui
pkgname=vnstatui
pkgver=0.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="Basic web UI that displays traffic graphs from vnstat"
arch=('any')
url="http://bitbucket.org/instarch/vnstat-ui"
license=('BSD')
depends=('vnstat')
-makedepends=('go' 'go-bindata' 'glide' 'make' 'python-docutils')
+makedepends=('go' 'go-bindata' 'make' 'python-docutils')
backup=(
'etc/default/vnstatui'
)