summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-04-17 21:54:00 +0200
committerroot2021-04-17 21:54:00 +0200
commit05880ea94965b861bb53034ab5246ca0d9144c80 (patch)
tree3bc43e36c14685ae8f52b410ac498516f329c538
parent4712c50812e5464a716b51003f3fae16afeb167c (diff)
downloadaur-05880ea94965b861bb53034ab5246ca0d9144c80.tar.gz
Added 'flightgear' dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 374011a50f99..e25ae849426c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffgo-git
pkgdesc = A graphical launcher for FlightGear, i.e., a program whose purpose is to allow easy assembling and running of an fgfs command line. (Fork of and replacement for 'FGo!'.)
pkgver = 1.12.7+r593.20200602.ee50e77
- pkgrel = 2
+ pkgrel = 3
url = http://frougon.net/projects/FFGo/
arch = any
license = custom
@@ -10,6 +10,7 @@ pkgbase = ffgo-git
makedepends = librsvg
makedepends = python-setuptools
makedepends = python-sphinx
+ depends = flightgear
depends = python>=3.4
depends = python-condconfigparser
depends = tk>=8.5
diff --git a/PKGBUILD b/PKGBUILD
index a31e9e26b992..b79a8d4c4af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
_pkgname=ffgo
pkgname="${_pkgname}-git"
pkgver=1.12.7+r593.20200602.ee50e77
-pkgrel=2
+pkgrel=3
pkgdesc="A graphical launcher for FlightGear, i.e., a program whose purpose is to allow easy assembling and running of an fgfs command line. (Fork of and replacement for 'FGo!'.)"
arch=('any')
url="http://frougon.net/projects/FFGo/"
# Git repository: https://github.com/frougon/FFGo
license=('custom')
depends=(
+ 'flightgear'
'python>=3.4'
'python-condconfigparser'
'tk>=8.5'