summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-04-06 13:23:18 +0200
committerAlexander F. Rødseth2019-04-06 13:23:18 +0200
commit22b95b956f6138c855de8153b9618404c9c488e8 (patch)
tree92b3ae82843abe0524427eb01195db6ada4405d3
parent1750cb6b9aec9ee0d7a8487185c603040169ff55 (diff)
downloadaur-22b95b956f6138c855de8153b9618404c9c488e8.tar.gz
Build with mod=vendor
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 048edaad26ac..8c91d4c49912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 5 12:16:50 UTC 2019
+# Sat Apr 6 11:23:05 UTC 2019
pkgbase = algernon
pkgdesc = Small self-contained web server with Lua, Markdown, QUIC, Redis and PostgreSQL support
pkgver = 1.12.4
- pkgrel = 1
+ pkgrel = 2
url = https://algernon.roboticoverlords.org/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6aba8cf29f0c..e72815972fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=algernon
pkgver=1.12.4
-pkgrel=1
+pkgrel=2
pkgdesc='Small self-contained web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
arch=(x86_64)
url='https://algernon.roboticoverlords.org/'
@@ -16,7 +16,7 @@ md5sums=('SKIP')
prepare() {
cd "$pkgname"
- go build -gcflags "all=-trimpath=${PWD}" -asmflags "all=-trimpath=${PWD}" -ldflags "-extldflags ${LDFLAGS}"
+ go build -mod=vendor -gcflags "all=-trimpath=${PWD}" -asmflags "all=-trimpath=${PWD}" -ldflags "-extldflags ${LDFLAGS}"
}
package() {