summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Paul2023-09-18 19:40:11 +0200
committerSimon Paul2023-09-18 19:40:11 +0200
commit2adb5d54151ccea3d4d88ae84b4aed160b6b4133 (patch)
tree1491ead1ae2aedf00981a0f8edb6caca6971749d /PKGBUILD
parent10adba81a17894e2592cce6f92f1ae1d5bb3c4ab (diff)
downloadaur-twad-git.tar.gz
v0.22.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ec73f7e13e7..d348d3560d78 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=twad-git
_pkgname=twad
-pkgver=0.22.0
+pkgver=0.22.1
pkgrel=1
pkgdesc='Manage DOOM engines and mods with the terminal wad launcher'
arch=('any')
@@ -19,7 +19,7 @@ pgkver() {
build() {
cd "${srcdir}"/${_pkgname}
- git checkout v0.22.0
+ git checkout v0.22.1
go build \
-trimpath \
-ldflags "-extldflags $LDFLAGS" \