summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cc5bd560fc9..144b847a2081 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jun 9 08:09:22 UTC 2018
pkgbase = asciiworld-git
pkgdesc = ASCII world map and tools
- pkgver = 17.12.1.g8d85652
+ pkgver = 20.01
pkgrel = 1
url = https://uninformativ.de/git/asciiworld
install = asciiworld.install
@@ -14,10 +12,10 @@ pkgbase = asciiworld-git
depends = shapelib
optdepends = curl: Retrieving various data
optdepends = python: Additional tools, e.g. satellite tracking
+ optdepends = python-geographiclib: Geographic calculations, used by tools
optdepends = python-pyephem: Calculating satellite positions
optdepends = python-pygeoip: Reading GeoIP databases
optdepends = geoip-database-extra: An actual GeoIP database
- optdepends = python2: Additional tools, e.g. calculating tracks
optdepends = ncurses: For tput
provides = asciiworld
conflicts = asciiworld
diff --git a/PKGBUILD b/PKGBUILD
index 2050e69c0c7c..4bb311a92326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vain <aurmaint1 on host: uninformativ dot de>
pkgname=asciiworld-git
-pkgver=17.12.1.g8d85652
+pkgver=20.01
pkgrel=1
pkgdesc="ASCII world map and tools"
arch=('i686' 'x86_64')
@@ -10,10 +10,10 @@ depends=('gd' 'shapelib')
makedepends=('git')
optdepends=('curl: Retrieving various data'
'python: Additional tools, e.g. satellite tracking'
+ 'python-geographiclib: Geographic calculations, used by tools'
'python-pyephem: Calculating satellite positions'
'python-pygeoip: Reading GeoIP databases'
'geoip-database-extra: An actual GeoIP database'
- 'python2: Additional tools, e.g. calculating tracks'
'ncurses: For tput')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")