summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 724f8a9d3fe9..3059a9c9048d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,9 @@
pkgname=zsa-wally
pkgver=2.1.0
-pkgrel=9
+pkgrel=10
+srcRepo="https://github.com/zsa/wally/raw/${pkgver}-linux"
+srcRepoExp="${srcRepo}/dist/linux64"
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally"
@@ -10,14 +12,14 @@ license=('MIT')
depends=('gtk3' 'webkit2gtk' 'libusb')
provides=('wally')
source=("https://github.com/zsa/wally/releases/download/${pkgver}-linux/wally"
- "https://github.com/zsa/wally/raw/$pkgver-linux/appicon.png"
- "https://github.com/zsa/wally/raw/$pkgver-linux/dist/linux64/50-wally.rules"
- "https://github.com/zsa/wally/raw/$pkgver-linux/dist/linux64/wally.desktop"
+ "${srcRepo}/appicon.png"
+ "${srcRepoExp}/50-wally.rules"
+ "${srcRepoExp}/wally.desktop"
)
sha256sums=('cdb168899d4e3a81eddfcfa7746d1e4e0dab886ea043644e54339b51f396c087'
- 'SKIP'
- 'SKIP'
- 'SKIP'
+ '81df9f24859cfd19ee8128d74a72155fe222e33349c9a647da98922f3f5b7857'
+ '269c9196bc65b2e62be549e3d34e56768fe702ff099b7780a1661ca4c92a0143'
+ 'd769c63305a6a4f5aa1d661826d8c475014ef8b456e60074596e940e7901c130'
)
package() {