summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Levis2021-04-18 17:35:44 +0200
committerCyril Levis2021-04-18 17:35:44 +0200
commitbd553e18039ded260e88d14d1837a0de61786a4b (patch)
treefd358ad08db11221c0ef6b5db8c79cacbdab4d23
parent6217095a2ed29798b8cc7c35fd8b0bebde09aeaf (diff)
downloadaur-bd553e18039ded260e88d14d1837a0de61786a4b.tar.gz
upgpkg: webwormhole-git r195.1c8919c-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 879a66a42e18..8fe97284d083 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webwormhole-git
pkgdesc = WebWormhole creates ephemeral pipes between computers to send files or other data.
pkgver = r195.1c8919c
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/saljam/webwormhole
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 0cae8c051496..297a93ca4a25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=webwormhole-git
_pkgname=${pkgname%-git}
pkgver=r195.1c8919c
-pkgrel=3
+pkgrel=4
pkgdesc='WebWormhole creates ephemeral pipes between computers to send files or other data.'
arch=('x86_64')
url="https://github.com/saljam/${_pkgname}"
@@ -35,7 +35,7 @@ build() {
GOOS=js GOARCH=wasm go build -o ./web/webwormhole.wasm ./web
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" ./web/wasm_exec.js
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
- GO111MODULE=on go build ./cmd/ww
+ go build ./cmd/ww
}
package() {