summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Zankich2020-05-13 22:49:14 +0000
committerAdrian Zankich2020-05-13 22:53:30 +0000
commit20adaea418df9f0b559f426957acaa3e2c6285e2 (patch)
treefc0fdd7313795d65134905faa393567d467bf39d
parent97e2cfd71f601b298c96cb213e51fe69b94a51cc (diff)
downloadaur-20adaea418df9f0b559f426957acaa3e2c6285e2.tar.gz
Update package provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2369688cc73b..6242f5ff79f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = vendir-bin
pkgdesc = Easy way to vendor portions of git repos, github releases, etc. declaratively
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/k14s/vendir
arch = x86_64
groups = k14s-bin
license = apache
+ provides = vendir
+ conflicts = vendir
source = vendir-linux-amd64-v0.8.0::https://github.com/k14s/vendir/releases/download/v0.8.0/vendir-linux-amd64
sha256sums = 6a9afd04835020b0901c19991f138e293be99d755a5db15bed8b4dfe34920c17
diff --git a/PKGBUILD b/PKGBUILD
index 7aa3978217fd..0caa3d23ba59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=vendir-bin
pkgdesc="Easy way to vendor portions of git repos, github releases, etc. declaratively "
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
url="https://github.com/k14s/vendir"
arch=('x86_64')
license=('apache')
groups=('k14s-bin')
+provides=('vendir')
+conflicts=('vendir')
_binary=vendir-linux-amd64
source=("${_binary}-v${pkgver}::https://github.com/k14s/vendir/releases/download/v${pkgver}/${_binary}")
sha256sums=("6a9afd04835020b0901c19991f138e293be99d755a5db15bed8b4dfe34920c17")