summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2023-08-01 20:05:40 +0200
committerPeter Hofmann2023-08-01 20:05:40 +0200
commit36bb82c489db4caeab3dc876e3b6672e434e5b4f (patch)
treebae75e526b3c434d14de6bfd37e2c621ac6ef170
parent5ccde2f204f3b2f79b350118844229baa25733de (diff)
downloadaur-asciiworld-git.tar.gz
Fix optdepends and bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a43f829b93ce..b69004589343 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asciiworld-git
pkgdesc = ASCII world map and tools
- pkgver = 20.01
- pkgrel = 2
+ pkgver = 22.03
+ pkgrel = 1
url = https://uninformativ.de/git/asciiworld
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = asciiworld-git
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 = python-maxminddb: Reading GeoIP databases
optdepends = geoip-database-extra: An actual GeoIP database
optdepends = ncurses: For tput
provides = asciiworld
@@ -22,4 +22,3 @@ pkgbase = asciiworld-git
md5sums = SKIP
pkgname = asciiworld-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9d7aed34db3c..9bacc3270754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vain <aurmaint1 on host: uninformativ dot de>
pkgname=asciiworld-git
-pkgver=20.01
-pkgrel=2
+pkgver=22.03
+pkgrel=1
pkgdesc="ASCII world map and tools"
arch=('i686' 'x86_64')
url="https://uninformativ.de/git/asciiworld"
@@ -12,7 +12,7 @@ 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'
+ 'python-maxminddb: Reading GeoIP databases'
'geoip-database-extra: An actual GeoIP database'
'ncurses: For tput')
provides=("${pkgname%-git}")