summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-10-16 09:40:02 -0600
committerChristopher Patrick Fair2020-10-16 09:40:02 -0600
commita136552a82b20653670ab3682a7f74c54967ffaf (patch)
tree530116bae0a61cbb9c66b8f46638b85456e05151
parent9ef3afa25bc335d58f700664388c7636bdd5441f (diff)
downloadaur-a136552a82b20653670ab3682a7f74c54967ffaf.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c6913885b2..fa56d2309822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zsa-wally
pkgdesc = Wally: Flash your ZSA Keyboard the EZ way.
pkgver = 2.1.0
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/zsa/wally
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3a852fee0699..c812777bcfb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsa-wally
pkgver=2.1.0
-pkgrel=7
+pkgrel=8
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"
- install -Dm644 50-wally.rules "$pkgdir/etc/udev/rules.d/50-wally.rules"
- install -Dm644 wally.desktop "$pkgdir/usr/share/applications/wally.desktop"
+ cp 50-wally.rules "$pkgdir/etc/udev/rules.d/50-wally.rules"
+ cp -Dm644 wally.desktop "$pkgdir/usr/share/applications/wally.desktop"
}