summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-10-16 10:25:36 -0600
committerChristopher Patrick Fair2020-10-16 10:25:36 -0600
commit3446a9c12c68b88332aa1fc9aa9581c96aa0a3ad (patch)
tree5fbac137d88471338089e1ac6b813e856d382600
parent139b7a2b31fef3956b2960beb4712b4157572d5b (diff)
downloadaur-3446a9c12c68b88332aa1fc9aa9581c96aa0a3ad.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 177aa7dc863b..7082b198f0ab 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 = 9
+ pkgrel = 10
url = https://github.com/zsa/wally
arch = i686
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = zsa-wally
source = https://github.com/zsa/wally/raw/2.1.0-linux/dist/linux64/50-wally.rules
source = https://github.com/zsa/wally/raw/2.1.0-linux/dist/linux64/wally.desktop
sha256sums = cdb168899d4e3a81eddfcfa7746d1e4e0dab886ea043644e54339b51f396c087
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = 81df9f24859cfd19ee8128d74a72155fe222e33349c9a647da98922f3f5b7857
+ sha256sums = 269c9196bc65b2e62be549e3d34e56768fe702ff099b7780a1661ca4c92a0143
+ sha256sums = d769c63305a6a4f5aa1d661826d8c475014ef8b456e60074596e940e7901c130
pkgname = zsa-wally
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() {