summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Prokop2021-02-21 21:29:23 +0100
committerJiří Prokop2021-02-21 21:29:23 +0100
commitc24c7cf65c08dbfcb9efdade845f064195677c9b (patch)
tree07b8f6499f2876e8287c4e460337ee1c5d3ba804
parentc75a59ab2e127a6989fa4cb9dbce0712702fb0e6 (diff)
downloadaur-c24c7cf65c08dbfcb9efdade845f064195677c9b.tar.gz
Fix location of udev rules
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f959833ce07..9b0f93975fa0 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 = 2
+ pkgrel = 3
url = https://github.com/zsa/wally-cli
arch = i686
arch = x86_64
license = MIT
depends = libusb
provides = wally-cli
- source = wally-cli-2.0.0-2::https://github.com/zsa/wally-cli/releases/download/2.0.0-linux/wally-cli
+ source = wally-cli-2.0.0-3::https://github.com/zsa/wally-cli/releases/download/2.0.0-linux/wally-cli
source = 50-wally-cli.rules
sha256sums = a38f731cc1a89d32a5cb9e377d2ec24280cb5d2fc0b34b1cb05464305fb38800
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b9207fd40274..ad85eec7d9f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsa-wally-cli
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally-cli"
@@ -17,6 +17,6 @@ sha256sums=('a38f731cc1a89d32a5cb9e377d2ec24280cb5d2fc0b34b1cb05464305fb38800'
)
package() {
- install -Dm644 50-wally-cli.rules "$pkgdir"/etc/udev/rules.d/50-wally-cli.rules
+ install -Dm644 50-wally-cli.rules "$pkgdir"/usr/lib/udev/rules.d/50-wally-cli.rules
install -Dm755 wally-cli-$pkgver-$pkgrel "$pkgdir"/usr/bin/wally-cli
}