diff --git a/.SRCINFO b/.SRCINFO index eefbc8c..ac3ccd5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,6 +6,7 @@ pkgbase = rancher-k3d-bin arch = x86_64 license = MIT provides = k3d + conflicts = rancher-k3d-beta-bin source = rancher-k3d-bin-1.7.0::https://github.com/rancher/k3d/releases/download/v1.7.0/k3d-linux-amd64 sha256sums = da9ff31bcf4377fadfb065f4998d347f19de1168a5a553ce2c23b763ee1f6098 diff --git a/PKGBUILD b/PKGBUILD index b08cfdd..29af323 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,6 +7,7 @@ arch=('x86_64') url='https://github.com/rancher/k3d' license=('MIT') provides=("k3d") +conflicts=("rancher-k3d-beta-bin") source=("${pkgname}-${pkgver}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-amd64") sha256sums=('da9ff31bcf4377fadfb065f4998d347f19de1168a5a553ce2c23b763ee1f6098')