diff options
author | bonkmaykr | 2025-02-20 21:31:40 -0600 |
---|---|---|
committer | bonkmaykr | 2025-02-20 21:31:40 -0600 |
commit | 0229e797749d40afa5a7059e01ba83d756cc212f (patch) | |
tree | 67017e24af65c6af8fdfbf6ce0d53cc65da3f6f9 /PKGBUILD | |
parent | b8d0b0dd4d7970521c40d89ba4ea48534882d54c (diff) | |
download | aur-0229e797749d40afa5a7059e01ba83d756cc212f.tar.gz |
Only grab up to the latest release tag.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |