summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Knapp2019-04-11 13:25:44 -0700
committerJonathan Knapp2019-04-11 13:30:48 -0700
commit4f6288dcfc2bdebed177038184bf9eb3168df877 (patch)
tree76ad5885f6dfa3731632115884cde1db618f22db /PKGBUILD
parenta8654462ca0913e0c95d4ceed8c47a9a62fbfb81 (diff)
downloadaur-4f6288dcfc2bdebed177038184bf9eb3168df877.tar.gz
bump 0.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cca848b0b93..c67021e33f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Upstream: https://gitlab.com/thann/pingg
pkgname=pingg-git
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=1
pkgdesc='Ping latency graphical CLI.'
arch=('any')
url='http://gitlab.com/thann/pingg/'
license=('UNLICENSE')
-depends=('nodejs')
-makedepends=('git' 'npm')
+depends=('nodejs' 'traceroute')
+makedepends=('git' 'npm' 'python2' 'gcc')
provides=('pingg')
conflicts=('pingg')
source=("$pkgname::git+https://gitlab.com/thann/pingg.git")