summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 185b8489585a..584e38254c73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
-pkgbase = manifold-cli
+pkgbase = manifold-cli-bin
pkgdesc = Manages Manifold services and config from the command line
pkgver = 0.15.1
pkgrel = 1
url = https://github.com/manifoldco/manifold-cli
arch = x86_64
license = BSD
+ conflicts = manifold-cli
source = https://github.com/manifoldco/manifold-cli/releases/download/v0.15.1/manifold-cli_0.15.1_linux_amd64.tar.gz
sha1sums = 2827c2c37daa93fb3f65e6beca29f650215edd4d
-pkgname = manifold-cli
+pkgname = manifold-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8289489cad45..60b8f84dc6d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer Radoslaw Mejer <radmen at radmen dot info>
-pkgname=manifold-cli
+pkgname=manifold-cli-bin
pkgver=0.15.1
pkgrel=1
pkgdesc="Manages Manifold services and config from the command line"
arch=('x86_64')
url="https://github.com/manifoldco/manifold-cli"
license=('BSD')
+conflicts=('manifold-cli')
source=("${url}/releases/download/v${pkgver}/manifold-cli_${pkgver}_linux_amd64.tar.gz")
sha1sums=("2827c2c37daa93fb3f65e6beca29f650215edd4d")