summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b7b2519cf42..52fa4ea763ef 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 = 2
+ pkgrel = 4
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 = 81df9f24859cfd19ee8128d74a72155fe222e33349c9a647da98922f3f5b7857
- sha256sums = 269c9196bc65b2e62be549e3d34e56768fe702ff099b7780a1661ca4c92a0143
- sha256sums = d769c63305a6a4f5aa1d661826d8c475014ef8b456e60074596e940e7901c130
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = zsa-wally
diff --git a/PKGBUILD b/PKGBUILD
index d05fd5ca9d08..3c8a9ae022ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,7 @@
pkgname=zsa-wally
pkgver=2.1.0
-baseSrcURL="https://github.com/zsa/wally/raw/$pkgver-linux/"
-expSrcURL="$baseSrcURL/dist/linux64"
-pkgrel=2
+pkgrel=4
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally"
@@ -17,14 +15,12 @@ source=("https://github.com/zsa/wally/releases/download/${pkgver}-linux/wally"
"https://github.com/zsa/wally/raw/$pkgver-linux/dist/linux64/wally.desktop"
)
sha256sums=('cdb168899d4e3a81eddfcfa7746d1e4e0dab886ea043644e54339b51f396c087'
- '81df9f24859cfd19ee8128d74a72155fe222e33349c9a647da98922f3f5b7857'
- '269c9196bc65b2e62be549e3d34e56768fe702ff099b7780a1661ca4c92a0143'
- 'd769c63305a6a4f5aa1d661826d8c475014ef8b456e60074596e940e7901c130'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
)
package() {
- echo $baseSrcURL
- echo $expSrcURL
install -Dm644 appicon.png "$pkgdir/usr/share/pixmaps/wally.png"
install -Dm755 wally "$pkgdir/usr/bin/wally"
install -Dm644 -t "$pkgdir/etc/udev/rules.d" 50-wally.rules