summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-02-10 11:17:44 +0100
committergit user2024-02-10 11:17:44 +0100
commit2ff1709c44eeea7176670cc4217c58d7469e6216 (patch)
tree0aa51cb33308c40f1e337f2b066d9082a6338ded
parenta7ae50850f0e02528cb8bbab9a539d507f1772fa (diff)
downloadaur-2ff1709c44eeea7176670cc4217c58d7469e6216.tar.gz
Made license entry SPDX conforming.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0916e297ef0..5f36b340a40a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
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 = 4
+ pkgrel = 5
url = http://frougon.net/projects/FFGo/
arch = any
- license = custom
+ license = LicenseRef-custom
makedepends = gettext
makedepends = imagemagick
makedepends = librsvg
diff --git a/PKGBUILD b/PKGBUILD
index 2b2cdf22cc3b..495ef52e5a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_pkgname=ffgo
pkgname="${_pkgname}-git"
pkgver=1.12.8.r601.20230917.f5624be
-pkgrel=4
+pkgrel=5
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')
+license=('LicenseRef-custom')
depends=(
'flightgear'
'python>=3.4'