summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Kasin2019-08-05 06:01:32 -0700
committerBailey Kasin2019-08-05 06:01:32 -0700
commitfaa2c80783f577ab0a81d49b006df58517760ac9 (patch)
treebac1a3d0279d7a6777e1c8652a17bb02bffa0356
parent38dc1e718fc74dc0400e64b0f57d294383979ef5 (diff)
downloadaur-faa2c80783f577ab0a81d49b006df58517760ac9.tar.gz
Conflicts/provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 677d7d4c8504..7e7f39e73fac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = gogios-bin
pkgdesc = Checks to see if required services are still running on important machines.
pkgver = 1.2
- pkgrel = 2
+ pkgrel = 3
url = https://angrysysadmins.tech
install = gogios-bin.install
arch = x86_64
license = MIT
optdepends = nginx
+ provides = gogios
+ conflicts = gogios
noextract = gogios-1.2.deb
options = !strip
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 5089ac8b4a1a..6cc7edbaa4be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gogios-bin
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Checks to see if required services are still running on important machines."
arch=('x86_64')
url="https://angrysysadmins.tech"
@@ -13,6 +13,8 @@ options=('!strip' '!emptydirs')
install=${pkgname}.install
noextract=("gogios-${pkgver}.deb")
sha256sums=('995e8c63e69edaa6d68d1a63b3226b2fe7f3ea056dc04d6271d422364e05ec3e')
+provides=('gogios')
+conflicts=('gogios')
package() {
bsdtar -O -xf gogios-${pkgver}.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -