summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-10-31 18:26:03 +0100
committergit user2023-10-31 18:26:03 +0100
commit59b2e75c9ced09f84b99e647abe246d027a2ee32 (patch)
tree246002100648ae4cc5bf1347031b578a76915d9b
parentd9ebedb3ce9a3ee3ebb265ce53ba8573af3d4e26 (diff)
downloadaur-59b2e75c9ced09f84b99e647abe246d027a2ee32.tar.gz
Version bump.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84c1e0c11228..dec39b6c6d1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = openflights-data-latest
pkgdesc = Airport, train station, ferry terminal, airline and flight routes data as CSV files to be used e.g. in GIS-applications.
pkgver = latest
- pkgrel = 1
+ pkgrel = 2
epoch = 0
- url = http://openflights.org/data.html
+ url = http://openflights.org/data
arch = any
groups = openflights
license = custom:Open Database License (ODbL) 1.0
@@ -17,7 +17,7 @@ pkgbase = openflights-data-latest
source = https://raw.githubusercontent.com/jpatokal/openflights/master/data/routes.dat
source = https://raw.githubusercontent.com/jpatokal/openflights/master/data/countries.dat
source = https://raw.githubusercontent.com/jpatokal/openflights/master/data/locales.dat
- source = info.html::http://openflights.org/data.html
+ source = info.html::http://openflights.org/data
source = License_ODbL_1.0.html::http://opendatacommons.org/licenses/odbl/1.0/
source = License_DbCL_1.0.html::http://opendatacommons.org/licenses/dbcl/1.0/
sha256sums = SKIP
@@ -32,4 +32,3 @@ pkgbase = openflights-data-latest
sha256sums = SKIP
pkgname = openflights-data-latest
-
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/"
)