summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Rogers2023-08-31 01:26:15 -0600
committerPatrick Rogers2023-08-31 01:26:15 -0600
commit1ee69ae360050d3a4f1ad0b9874a580a1a3dd993 (patch)
tree288d90ad1e4f2d6c7d8bcb3fc4fad39bb3630414
parent2ba7c5afac2e05d411e627ec105cc0e44d5fdb7a (diff)
downloadaur-1ee69ae360050d3a4f1ad0b9874a580a1a3dd993.tar.gz
Fix download location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a1c09094f5..a881b0bd613f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-air-combat
pkgdesc = Free open source combat flight simulator
pkgver = 09p37
- pkgrel = 1
+ pkgrel = 2
url = https://askmisterwizard.com/2019/LinuxAirCombat/LinuxAirCombat.htm
arch = x86_64
arch = aarch64
@@ -16,7 +16,7 @@ pkgbase = linux-air-combat
depends = mesa
optdepends = espeak: adds voice effects in-game
optdepends = mumble: team voice integration
- source = https://sourceforge.net/projects/linuxaircombat/files/Choose%20Your%20Platform/BetaTestVersions/Lac09p37.tar.gz
+ source = https://sourceforge.net/projects/linuxaircombat/files/Choose%20Your%20Platform/Most%20LINUX%20Desktops%20%28in%20the%20global%20usr%20filesystem%20for%20all%20users%29/Lac09p37.tar.gz
md5sums = SKIP
pkgname = linux-air-combat
diff --git a/PKGBUILD b/PKGBUILD
index 17cac108cac6..3e70d395dadc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Rogers <patrick@thewebzone.net>
pkgname='linux-air-combat'
pkgver=09p37
-pkgrel=1
+pkgrel=2
pkgdesc="Free open source combat flight simulator"
arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')
url="https://askmisterwizard.com/2019/LinuxAirCombat/LinuxAirCombat.htm"
@@ -10,7 +10,7 @@ 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/BetaTestVersions/Lac${pkgver}.tar.gz")
+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")
md5sums=('SKIP')
_resource_dir='/usr/share/lac'