summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Rogers2023-08-04 16:33:17 -0600
committerPatrick Rogers2023-08-04 16:33:17 -0600
commit2ba7c5afac2e05d411e627ec105cc0e44d5fdb7a (patch)
tree91b07109e601d6479e9c64611cc0d07ab5f5bb4a /PKGBUILD
parentffc7b9c50b2d88ed8876855697f557b13832c946 (diff)
downloadaur-2ba7c5afac2e05d411e627ec105cc0e44d5fdb7a.tar.gz
Update LAC to 09p37
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d36e3842b77b..17cac108cac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Patrick Rogers <patrick@thewebzone.net>
pkgname='linux-air-combat'
-pkgver=09p15
+pkgver=09p37
pkgrel=1
pkgdesc="Free open source combat flight simulator"
arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')
-url="https://askmisterwizard.com/2019/LinuxAirCombat/IntroducingLinuxAirCombat.htm"
+url="https://askmisterwizard.com/2019/LinuxAirCombat/LinuxAirCombat.htm"
license=('unknown')
depends=('freeglut' 'sdl' 'sdl_mixer' 'glu' 'mesa')
makedepends=('gcc')
optdepends=('espeak: adds voice effects in-game'
'mumble: team voice integration')
-source=("https://sourceforge.net/projects/linuxaircombat/files/Choose%20Your%20Platform/Most%20LINUX%20Desktops%20%28in%20the%20global%20usr%20filesystem%20for%20all%20users%29/Lac${pkgver}.tar.gz")
+source=("https://sourceforge.net/projects/linuxaircombat/files/Choose%20Your%20Platform/BetaTestVersions/Lac${pkgver}.tar.gz")
md5sums=('SKIP')
_resource_dir='/usr/share/lac'
-_filename='Lac${pkgver}'
build() {
cd "Lac${pkgver}"
@@ -22,7 +21,6 @@ build() {
package() {
cd "Lac${pkgver}"
- RESOURCE_DIR=/usr/share/lac
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/${_resource_dir}"
mkdir -p "$pkgdir/${_resource_dir}/music"