summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Kasin2019-03-02 08:04:33 -0800
committerBailey Kasin2019-03-02 08:04:33 -0800
commit85c2826fd0359558334fa49ef7a0a1b37417c53a (patch)
treeb5981ce886bf958c0d88346cef13a34b79500c7e
parentd6028ece73fbd6aab56a0f0298c72065cd5bd517 (diff)
downloadaur-85c2826fd0359558334fa49ef7a0a1b37417c53a.tar.gz
Fix } error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--gogios-bin.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab7152b144b0..e72a6d81c184 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gogios-bin
pkgdesc = Checks to see if required services are still running on important machines.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://angrysysadmins.tech
install = gogios-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a398163cdfc5..ad0df1771e9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gogios-bin
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Checks to see if required services are still running on important machines."
arch=('x86_64')
url="https://angrysysadmins.tech"
diff --git a/gogios-bin.install b/gogios-bin.install
index 9aa0e2a89da8..bccf1fb3dc5b 100644
--- a/gogios-bin.install
+++ b/gogios-bin.install
@@ -8,7 +8,7 @@ post_install() {
}
post_upgrade() {
- post_install()
+ post_install
}
pre_remove() {