diff options
author | Jean-Francois Chevrette | 2019-05-05 16:16:23 -0400 |
---|---|---|
committer | Jean-Francois Chevrette | 2019-05-05 16:16:23 -0400 |
commit | 0109bf598526e7510cb01fba5c5e600cf2cb61b8 (patch) | |
tree | b535cf7a84c080defb15baa0e583b47eb755bb52 /PKGBUILD | |
parent | c9c3271f78719f73048c29071604e16f95f938a5 (diff) | |
download | aur-0109bf598526e7510cb01fba5c5e600cf2cb61b8.tar.gz |
add conflict with operator-sdk-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ url="https://github.com/operator-framework/operator-sdk" license=('Apache') arch=('x86_64') depends=() +conflicts=('operator-sdk-git') source=("https://github.com/operator-framework/operator-sdk/releases/download/v${pkgver}/operator-sdk-v${pkgver}-${CARCH}-linux-gnu") sha256sums=('3e9056e63e00c8616a4a4d9ed7e1fa0f0b552a4c8673771f397bc76f4756c66b') |