summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Kasin2020-01-20 04:37:54 -0800
committerBailey Kasin2020-01-20 04:37:54 -0800
commitba266aeed299caa7b520213bf91844379672ed4f (patch)
tree75811f9a168b6d5be90a74e86e763f8d9a674686
parent100a48feefd0bf02fbca2622a2b671101d2660cc (diff)
downloadaur-ba266aeed299caa7b520213bf91844379672ed4f.tar.gz
Depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15578b1f4c80..f9d0b5588072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gogios
pkgdesc = Checks to see if required services are still running on important machines.
pkgver = 2.2.r1.g10612aa
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bkasin/gogios
install = gogios.install
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = gogios
makedepends = go
makedepends = make
optdepends = nginx
- optdepends = nmap
+ optdepends = gogios-plugins
provides = gogios
conflicts = gogios-bin
source = gogios::git+https://github.com/bkasin/gogios.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index a475aec88098..861484d98730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=gogios
pkgver=2.2.r1.g10612aa
-pkgrel=1
+pkgrel=2
pkgdesc="Checks to see if required services are still running on important machines."
arch=('x86_64')
url="https://github.com/bkasin/gogios"
license=('MIT')
makedepends=('go' 'make')
-optdepends=('nginx' 'nmap')
+optdepends=('nginx' 'gogios-plugins')
install=${pkgname}.install