summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2021-03-27 09:51:22 +0100
committerSebastian Wiesner2021-03-27 09:51:22 +0100
commit13628626af7c143c2fd9c1f53a4915c28fd95a82 (patch)
tree09fb8f068714ea4be54fecbd7bbc5a9f77821576
parent1bd9ba0b9085c6e7f14c3c59188fafca9e408691 (diff)
downloadaur-13628626af7c143c2fd9c1f53a4915c28fd95a82.tar.gz
upgpkg: zsa-wally 2.1.0-13
Pin wails version in prepare() to use the same version as in mod.go; fixes compiler error with newer wails versions.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca23b8f80676..c6fffe0ddbf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zsa-wally
pkgdesc = Flash your ZSA Keyboard the EZ way.
pkgver = 2.1.0
- pkgrel = 12
+ pkgrel = 13
url = https://github.com/zsa/wally
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7d9202c3df17..735170e1f4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsa-wally
pkgver=2.1.0
-pkgrel=12
+pkgrel=13
pkgdesc="Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally"
@@ -31,7 +31,7 @@ prepare() {
patch --strip=1 --input="$srcdir/desktop-file.patch"
export GOPATH="$srcdir/gopath"
- go get -u github.com/wailsapp/wails/cmd/wails
+ go get -u github.com/wailsapp/wails/cmd/wails@v1.8.0
}
build() {