summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95199241d46e..f7935e6b31ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ysflight
pkgdesc = A portable flight simulator
pkgver = 20181124
- pkgrel = 1
+ pkgrel = 2
url = http://wwwe.ysflight.com/
arch = x86_64
license = freeware
makedepends = python
- source = YsflightForLinux.zip::https://forum.ysfhq.com/download/file.php?id=499
+ depends = glu
+ source = YsflightForLinux.zip::https://ysflight.org/files/20181124YsflightForMacAndLinux.zip
source = ysflight.sh
md5sums = 26a8f7bcc79eb710895547f052a09fef
md5sums = 540ca8dec29fec23c67f830c6cce5d5c
pkgname = ysflight
-
diff --git a/PKGBUILD b/PKGBUILD
index 02ae7d6b412a..8ee820895dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=ysflight
pkgver=20181124
-pkgrel=1
+pkgrel=2
pkgdesc="A portable flight simulator"
arch=('x86_64')
url="http://wwwe.ysflight.com/"
license=('freeware')
+depends=('glu')
makedepends=(python)
ysflight_dir="/opt/ysflight-$pkgver"
-source=('YsflightForLinux.zip::https://forum.ysfhq.com/download/file.php?id=499'
+source=('YsflightForLinux.zip::https://ysflight.org/files/20181124YsflightForMacAndLinux.zip'
'ysflight.sh')
md5sums=('26a8f7bcc79eb710895547f052a09fef'
'540ca8dec29fec23c67f830c6cce5d5c')