summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBailey Kasin2019-08-06 03:55:42 -0700
committerBailey Kasin2019-08-06 03:55:42 -0700
commit12f10526983e9010d2601b880c86c02fafc69db3 (patch)
tree00cec19ae78fef9b375c05526a9a16519f5bbc0c /PKGBUILD
parent3cdba0bba9095752479a6e6f518f05331f6966ef (diff)
downloadaur-12f10526983e9010d2601b880c86c02fafc69db3.tar.gz
Opt depends and user creation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f2b7d5bc87b..44ee3c260345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bailey Kasin <bailey@gingertechnology.net> (https://angrysysadmins.tech)
pkgname=gogios
-pkgver=1.2.r0.g4ebd7ed
+pkgver=1.2.1.r0.g2ed102f
pkgrel=1
pkgdesc="Checks to see if required services are still running on important machines."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/bkasin/gogios"
license=('MIT')
makedepends=('go' 'make')
-optdepends=('nginx')
+optdepends=('nginx' 'nmap')
install=${pkgname}.install