summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2021-04-10 08:46:10 +0200
committerSebastian Wiesner2021-04-10 08:46:10 +0200
commit3d1788308f639406791859ee848e74c9b65174b7 (patch)
tree5f0c23828631f50a8d3ab82ac968a588752fd616
parentfe6ac57e0034da4a0491f2a2dabb41d44c39e5f7 (diff)
downloadaur-3d1788308f639406791859ee848e74c9b65174b7.tar.gz
upgpkg: zsa-wally-cli 2.0.0-5
Update provides to conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61b2ac27f9ad..2852a381ffdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zsa-wally-cli
pkgdesc = Wally: Flash your ZSA Keyboard the EZ way.
pkgver = 2.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/zsa/wally-cli
arch = i686
arch = x86_64
license = unknown
makedepends = go
depends = libusb
- provides = wally-cli
+ conflicts = zsa-wally-cli-bin
source = zsa-wally-cli-2.0.0.tar.gz::https://github.com/zsa/wally-cli/archive/refs/tags/2.0.0-linux.tar.gz
source = 50-wally-cli.rules
sha256sums = 2641c7deededeeba1aecf6b3ae3e87050a0cfd81c8b41323b2304ebe21e61745
diff --git a/PKGBUILD b/PKGBUILD
index 1186e6bbb8b7..4c2efba101fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsa-wally-cli
pkgver=2.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally-cli"
@@ -11,7 +11,7 @@ url="https://github.com/zsa/wally-cli"
license=('unknown')
depends=('libusb')
makedepends=('go')
-provides=('wally-cli')
+conflicts=('zsa-wally-cli-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/zsa/wally-cli/archive/refs/tags/$pkgver-linux.tar.gz"
'50-wally-cli.rules'
)