summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-02-10 11:09:47 +0100
committergit user2024-02-10 11:09:47 +0100
commit2c87b9cc3ead837f791898978491ff4f7edf5970 (patch)
tree49683dcabd195b2ce4c2668e2c887048c34965ba
parent502926ff997e80b4d4ce423c0a93615e146b0350 (diff)
downloadaur-2c87b9cc3ead837f791898978491ff4f7edf5970.tar.gz
Added forgotten make dependency `python-build`.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5d8f6cb552a..2811614cbb77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
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.8.r601.20230917.f5624be
- pkgrel = 2
+ pkgrel = 3
url = http://frougon.net/projects/FFGo/
arch = any
license = custom
makedepends = gettext
makedepends = imagemagick
makedepends = librsvg
+ makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index bc1ce071f1e9..5bb0376a71e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=ffgo
pkgname="${_pkgname}-git"
pkgver=1.12.8.r601.20230917.f5624be
-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/"
@@ -23,6 +23,7 @@ makedepends=(
"gettext"
"imagemagick"
"librsvg"
+ "python-build"
"python-installer"
"python-setuptools"
"python-sphinx"