summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbonkmaykr2025-02-20 21:31:40 -0600
committerbonkmaykr2025-02-20 21:31:40 -0600
commit0229e797749d40afa5a7059e01ba83d756cc212f (patch)
tree67017e24af65c6af8fdfbf6ce0d53cc65da3f6f9 /PKGBUILD
parentb8d0b0dd4d7970521c40d89ba4ea48534882d54c (diff)
downloadaur-0229e797749d40afa5a7059e01ba83d756cc212f.tar.gz
Only grab up to the latest release tag.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29f2b5e2cc78..769b09b89735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Wirlaburla <wirlaburla@worlio.com>
pkgname=firestar
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc='The mod manager for WipEout 2048'
# WINE cannot translate our Windows backend tools to ARM/i386.
@@ -17,7 +17,7 @@ conflicts=('firestar-git')
prepare() {
cd $srcdir
rm -rf firestar/
-git clone https://git.worlio.com/bonkmaykr/firestar
+git clone --single-branch --branch tetsuo-1.3 https://git.worlio.com/bonkmaykr/firestar
}
build() {