summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2022-09-14 01:55:56 +0300
committerDimitris Kiziridis2022-09-14 01:55:56 +0300
commit3e784228b3598eef89970436676c7abeb1545460 (patch)
treeac0915b50139cfd4e4824fd5f03e02a2cd4e95a2
parentb96256acb6595ce423b2f1cba3cda7b6e024a185 (diff)
downloadaur-3e784228b3598eef89970436676c7abeb1545460.tar.gz
add conflicts array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e166a7756a12..5e8a2ae5d2b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = shell2http-bin
pkgdesc = HTTP-server to execute shell commands
pkgver = 1.14.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/msoap/shell2http
arch = x86_64
license = MIT
provides = shell2http
+ conflicts = shell2http
source = shell2http-bin-1.14.2.tar.gz::https://github.com/msoap/shell2http/releases/download/v1.14.2/shell2http_1.14.2_linux_amd64.tar.gz
sha256sums = 4708b1f89599f1bcd7aabd5e6a2843b2ed3580be207673b604f964b5d20cd3b5
diff --git a/PKGBUILD b/PKGBUILD
index 5a0389cb4f6f..4053643c2cbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=shell2http-bin
pkgver=1.14.2
-pkgrel=1
+pkgrel=2
pkgdesc='HTTP-server to execute shell commands'
arch=('x86_64')
url="https://github.com/msoap/shell2http"
license=('MIT')
+conflicts=('shell2http')
provides=('shell2http')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/msoap/shell2http/releases/download/v${pkgver}/shell2http_${pkgver}_linux_amd64.tar.gz")
sha256sums=('4708b1f89599f1bcd7aabd5e6a2843b2ed3580be207673b604f964b5d20cd3b5')