summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Prokop2020-10-22 07:52:21 +0200
committerJiří Prokop2020-10-22 07:52:21 +0200
commit29d884cb522450550c463a89f83d255b6c2756c5 (patch)
tree4abcbb7d1c7be5f8d46ac746a9058f7b799ff759
parente5debb57480638247637448b2da16d538f22df62 (diff)
downloadaur-29d884cb522450550c463a89f83d255b6c2756c5.tar.gz
v2.0.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 764417c2cd2b..34c930140efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = zsa-wally-cli
pkgdesc = Wally: Flash your ZSA Keyboard the EZ way.
- pkgver = 1.1.1
- pkgrel = 3
- url = https://github.com/zsa/wally
+ pkgver = 2.0.0
+ pkgrel = 1
+ url = https://github.com/zsa/wally-cli
arch = i686
arch = x86_64
license = MIT
depends = libusb
provides = wally-cli
- source = https://github.com/zsa/wally/releases/download/1.1.1-linux/wally-cli
+ source = https://github.com/zsa/wally-cli/releases/download/2.0.0-linux/wally-cli
source = 50-wally-cli.rules
- sha256sums = b968aeba6f17d0873b26371307179dc02cd360a4cfa74732ab5c814607479d82
+ sha256sums = a38f731cc1a89d32a5cb9e377d2ec24280cb5d2fc0b34b1cb05464305fb38800
sha256sums = SKIP
pkgname = zsa-wally-cli
diff --git a/PKGBUILD b/PKGBUILD
index 75f61f64306b..bc05a6ac7059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jiří Prokop <jprokop@synaptiko.cz>
pkgname=zsa-wally-cli
-pkgver=1.1.1
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
-url="https://github.com/zsa/wally"
+url="https://github.com/zsa/wally-cli"
license=('MIT')
depends=('libusb')
provides=('wally-cli')
-source=('https://github.com/zsa/wally/releases/download/1.1.1-linux/wally-cli'
+source=('https://github.com/zsa/wally-cli/releases/download/2.0.0-linux/wally-cli'
'50-wally-cli.rules'
)
-sha256sums=('b968aeba6f17d0873b26371307179dc02cd360a4cfa74732ab5c814607479d82'
+sha256sums=('a38f731cc1a89d32a5cb9e377d2ec24280cb5d2fc0b34b1cb05464305fb38800'
'SKIP'
)