summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06f8505c3569..4713a4d1577e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.9.r615.20250402.4c28a27
+ pkgver = 1.12.9+1.r616.20250415.8e871a4
pkgrel = 1
url = http://frougon.net/projects/FFGo/
arch = any
@@ -10,7 +10,7 @@ pkgbase = ffgo-git
makedepends = librsvg
makedepends = python-build
makedepends = python-installer
- makedepends = python-setuptools
+ makedepends = python-setuptools>=77.0.3
makedepends = python-sphinx
makedepends = python-wheel
depends = flightgear
@@ -20,7 +20,7 @@ pkgbase = ffgo-git
depends = python-pillow
depends = tk>=8.5
optdepends = geographiclib: For 'MagneticField' executable. (Seems not to work out of the box, though!)
- provides = ffgo=1.12.9.r615.20250402.4c28a27
+ provides = ffgo=1.12.9+1.r616.20250415.8e871a4
conflicts = ffgo
source = ffgo::git+https://github.com/frougon/FFGo.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6613f520b5fc..f20f415a7b7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=ffgo
pkgname="${_pkgname}-git"
-pkgver=1.12.9.r615.20250402.4c28a27
+pkgver=1.12.9+1.r616.20250415.8e871a4
pkgrel=1
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')
@@ -25,7 +25,7 @@ makedepends=(
"librsvg"
"python-build"
"python-installer"
- "python-setuptools"
+ "python-setuptools>=77.0.3"
"python-sphinx" # For `make doc`.
"python-wheel"
)