summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-10-16 09:43:57 -0600
committerChristopher Patrick Fair2020-10-16 09:43:57 -0600
commit139b7a2b31fef3956b2960beb4712b4157572d5b (patch)
tree63ca0a53fa3a9f4605e7b888a37d88f7f091f6f9 /PKGBUILD
parenta136552a82b20653670ab3682a7f74c54967ffaf (diff)
downloadaur-139b7a2b31fef3956b2960beb4712b4157572d5b.tar.gz
modified: .SRCINFO
modified: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c812777bcfb1..724f8a9d3fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsa-wally
pkgver=2.1.0
-pkgrel=8
+pkgrel=9
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally"
@@ -23,6 +23,6 @@ sha256sums=('cdb168899d4e3a81eddfcfa7746d1e4e0dab886ea043644e54339b51f396c087'
package() {
install -Dm644 appicon.png "$pkgdir/usr/share/pixmaps/wally.png"
install -Dm755 wally "$pkgdir/usr/bin/wally"
- cp 50-wally.rules "$pkgdir/etc/udev/rules.d/50-wally.rules"
- cp -Dm644 wally.desktop "$pkgdir/usr/share/applications/wally.desktop"
+ install -Dm644 50-wally.rules "$pkgdir/etc/udev/rules.d/50-wally.rules"
+ install -Dm644 wally.desktop "$pkgdir/usr/share/applications/wally.desktop"
}