summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2020-01-04 09:31:08 +0100
committerPeter Hofmann2020-01-04 09:31:08 +0100
commit247e38c767bcc1a18d7be34a0528c484cdf846f1 (patch)
tree39a8f8fdeba1523a5ca327effc7962ae77d47464
parent3e78ef5e8d5e95aeadf01342c2065551011b2066 (diff)
downloadaur-247e38c767bcc1a18d7be34a0528c484cdf846f1.tar.gz
No Python 2 dependency anymore
-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}")