summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2023-10-31 18:26:03 +0100
committergit user2023-10-31 18:26:03 +0100
commit59b2e75c9ced09f84b99e647abe246d027a2ee32 (patch)
tree246002100648ae4cc5bf1347031b578a76915d9b /PKGBUILD
parentd9ebedb3ce9a3ee3ebb265ce53ba8573af3d4e26 (diff)
downloadaur-59b2e75c9ced09f84b99e647abe246d027a2ee32.tar.gz
Version bump.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 063c8304b3a4..3ac26c40ea07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgname="${_pkgname}-latest"
epoch=0
_pkgver=latest
pkgver="${_pkgver}"
-pkgrel=1
+pkgrel=2
pkgdesc="Airport, train station, ferry terminal, airline and flight routes data as CSV files to be used e.g. in GIS-applications."
arch=(any)
-url="http://openflights.org/data.html"
+url="http://openflights.org/data"
license=(
'custom:Open Database License (ODbL) 1.0'
'custom:Database Contents License (DbCL) 1.0'
@@ -45,7 +45,7 @@ source=(
"https://raw.githubusercontent.com/jpatokal/openflights/master/data/routes.dat"
"https://raw.githubusercontent.com/jpatokal/openflights/master/data/countries.dat"
"https://raw.githubusercontent.com/jpatokal/openflights/master/data/locales.dat"
- "info.html::http://openflights.org/data.html"
+ "info.html::http://openflights.org/data"
"License_ODbL_1.0.html::http://opendatacommons.org/licenses/odbl/1.0/"
"License_DbCL_1.0.html::http://opendatacommons.org/licenses/dbcl/1.0/"
)