summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBailey Kasin2020-01-20 03:51:01 -0800
committerBailey Kasin2020-01-20 03:51:01 -0800
commit100a48feefd0bf02fbca2622a2b671101d2660cc (patch)
treed22a55f5f34fe737363ee20da55105a5e2f536de /PKGBUILD
parent07e4f895f3730974d767d5488a4f2eaf7f73ecce (diff)
downloadaur-100a48feefd0bf02fbca2622a2b671101d2660cc.tar.gz
Update gogios.install for the new build system
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f6bc15f4ce7..a475aec88098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bailey Kasin <bailey@gingertechnology.net> (https://angrysysadmins.tech)
pkgname=gogios
-pkgver=2.1.r0.gb6d1ffe
+pkgver=2.2.r1.g10612aa
pkgrel=1
pkgdesc="Checks to see if required services are still running on important machines."
arch=('x86_64')
@@ -31,5 +31,5 @@ build() {
package() {
cd "$srcdir/$pkgname"
- make DESTDIR="$pkgdir" package
+ make DESTDIR="$pkgdir" install
}