summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index becbb8a66644..c2767d7db49a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zsa-wally
pkgdesc = Wally: Flash your ZSA Keyboard the EZ way.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/zsa/wally
arch = i686
@@ -11,9 +11,11 @@ pkgbase = zsa-wally
depends = libusb
provides = wally
provides = wally-cli
- source = https://github.com/zsa/wally/releases/download/1.0.0/wally-linux.zip
+ source = https://github.com/zsa/wally/releases/download/1.1.0-linux/wally
+ source = https://github.com/zsa/wally/releases/download/1.1.0-linux/wally-cli
source = 50-wally.rules
- sha256sums = 3aabb326f8a25537042be1a7c7e79dd462a51ae7d8c3060d209d8132c96f555e
+ sha256sums = b644601905cf3020df73a806b7d4c5844fae2eccafb6a8b26dded9b97b243c1c
+ sha256sums = 6829c93652ffe9e3546ed3187c957caf06105a3c84ddd4ff6a6197e92d27c441
sha256sums = SKIP
pkgname = zsa-wally
diff --git a/.gitignore b/.gitignore
index 43c5e9277766..03fc899ab61a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
zsa-wally-*.pkg.tar.xz
-wally-linux.zip
+wally
+wally-cli
diff --git a/PKGBUILD b/PKGBUILD
index 9271d42a3ed4..55cd0dc3c379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jiří Prokop <jprokop@synaptiko.cz>
pkgname=zsa-wally
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
@@ -9,10 +9,12 @@ url="https://github.com/zsa/wally"
license=('MIT')
depends=('gtk3' 'webkit2gtk' 'libusb')
provides=('wally' 'wally-cli')
-source=('https://github.com/zsa/wally/releases/download/1.0.0/wally-linux.zip'
+source=('https://github.com/zsa/wally/releases/download/1.1.0-linux/wally'
+ 'https://github.com/zsa/wally/releases/download/1.1.0-linux/wally-cli'
'50-wally.rules'
)
-sha256sums=('3aabb326f8a25537042be1a7c7e79dd462a51ae7d8c3060d209d8132c96f555e'
+sha256sums=('b644601905cf3020df73a806b7d4c5844fae2eccafb6a8b26dded9b97b243c1c'
+ '6829c93652ffe9e3546ed3187c957caf06105a3c84ddd4ff6a6197e92d27c441'
'SKIP'
)