summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNazar Mishturak2018-12-12 16:56:36 +0200
committerNazar Mishturak2018-12-12 16:56:36 +0200
commit658963a03107a007ca873384a083e9d9b7d4bfe5 (patch)
tree778378e5841f44c319883289be457a423ff3da86
parent4c7ba5f92e3f26c32b675a0c18c9a07ce999e74d (diff)
downloadaur-658963a03107a007ca873384a083e9d9b7d4bfe5.tar.gz
Remove conflicts & provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5613c365fd0f..f2e68d1330e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = step-cli-bin
pkgdesc = A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://smallstep.com/cli
arch = x86_64
license = MIT
- provides = step-cli
- conflicts = step-cli
source = https://github.com/smallstep/cli/releases/download/v0.8.1/step_0.8.1_linux_amd64.tar.gz
source = https://github.com/smallstep/cli/raw/v0.8.1/LICENSE
source = https://github.com/smallstep/cli/raw/v0.8.1/autocomplete/bash_autocomplete
diff --git a/PKGBUILD b/PKGBUILD
index e05a72b269af..ab03d8872680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,11 @@
_binname=step
pkgname=$_binname-cli-bin
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc."
arch=('x86_64')
url="https://smallstep.com/cli"
license=('MIT')
-provides=('step-cli')
-conflicts=('step-cli')
source=(
"https://github.com/smallstep/cli/releases/download/v${pkgver}/step_${pkgver}_linux_amd64.tar.gz"