summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Prokop2020-08-28 08:28:06 +0200
committerJiří Prokop2020-08-28 08:28:06 +0200
commit31f62042ed0b6bed0b7fdbb85de97f883f1a1607 (patch)
tree0045e737693c315bf086f173c80261cdf6e5627a
parent30f9f71ad142497e26bad0669f01a11afbe1285e (diff)
downloadaur-31f62042ed0b6bed0b7fdbb85de97f883f1a1607.tar.gz
move 50-wally.rules to 50-wally-cli.rules to avoid conflict with zsa-wally package
-rw-r--r--.SRCINFO2
-rw-r--r--50-wally-cli.rules (renamed from 50-wally.rules)0
-rw-r--r--PKGBUILD6
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c759d99da05c..7233494fdfa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = zsa-wally-cli
depends = libusb
provides = wally-cli
source = https://github.com/zsa/wally/releases/download/1.1.1-linux/wally-cli
- source = 50-wally.rules
+ source = 50-wally-cli.rules
sha256sums = b968aeba6f17d0873b26371307179dc02cd360a4cfa74732ab5c814607479d82
sha256sums = SKIP
diff --git a/50-wally.rules b/50-wally-cli.rules
index d4f6389278e7..d4f6389278e7 100644
--- a/50-wally.rules
+++ b/50-wally-cli.rules
diff --git a/PKGBUILD b/PKGBUILD
index 36c5550eda1e..511b848da6ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsa-wally-cli
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally"
@@ -10,13 +10,13 @@ license=('MIT')
depends=('libusb')
provides=('wally-cli')
source=('https://github.com/zsa/wally/releases/download/1.1.1-linux/wally-cli'
- '50-wally.rules'
+ '50-wally-cli.rules'
)
sha256sums=('b968aeba6f17d0873b26371307179dc02cd360a4cfa74732ab5c814607479d82'
'SKIP'
)
package() {
- install -Dm644 50-wally.rules "$pkgdir"/etc/udev/rules.d/50-wally.rules
+ install -Dm644 50-wally-cli.rules "$pkgdir"/etc/udev/rules.d/50-wally-cli.rules
install -Dm755 wally-cli "$pkgdir"/usr/bin/wally-cli
}