summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Prokop2020-10-22 07:57:57 +0200
committerJiří Prokop2020-10-22 07:57:57 +0200
commitc75a59ab2e127a6989fa4cb9dbce0712702fb0e6 (patch)
treeb7bdefcfd08c75ed8eb896f213bd4a388ca2752d
parent29d884cb522450550c463a89f83d255b6c2756c5 (diff)
downloadaur-c75a59ab2e127a6989fa4cb9dbce0712702fb0e6.tar.gz
v2.0.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34c930140efc..5f959833ce07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zsa-wally-cli
pkgdesc = Wally: Flash your ZSA Keyboard the EZ way.
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
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-cli/releases/download/2.0.0-linux/wally-cli
+ source = wally-cli-2.0.0-2::https://github.com/zsa/wally-cli/releases/download/2.0.0-linux/wally-cli
source = 50-wally-cli.rules
sha256sums = a38f731cc1a89d32a5cb9e377d2ec24280cb5d2fc0b34b1cb05464305fb38800
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
index b5573a0314da..8eefd4365671 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
zsa-wally-cli-*.pkg.tar.zst
-wally-cli
+wally-cli-*
diff --git a/PKGBUILD b/PKGBUILD
index bc05a6ac7059..b9207fd40274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=zsa-wally-cli
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally-cli"
license=('MIT')
depends=('libusb')
provides=('wally-cli')
-source=('https://github.com/zsa/wally-cli/releases/download/2.0.0-linux/wally-cli'
+source=("wally-cli-$pkgver-$pkgrel::https://github.com/zsa/wally-cli/releases/download/2.0.0-linux/wally-cli"
'50-wally-cli.rules'
)
sha256sums=('a38f731cc1a89d32a5cb9e377d2ec24280cb5d2fc0b34b1cb05464305fb38800'
@@ -18,5 +18,5 @@ sha256sums=('a38f731cc1a89d32a5cb9e377d2ec24280cb5d2fc0b34b1cb05464305fb38800'
package() {
install -Dm644 50-wally-cli.rules "$pkgdir"/etc/udev/rules.d/50-wally-cli.rules
- install -Dm755 wally-cli "$pkgdir"/usr/bin/wally-cli
+ install -Dm755 wally-cli-$pkgver-$pkgrel "$pkgdir"/usr/bin/wally-cli
}