summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2020-01-04 11:08:42 +0100
committerPeter Hofmann2020-01-04 11:08:42 +0100
commit5ccde2f204f3b2f79b350118844229baa25733de (patch)
treedfbf0380233d598bc64eb5da3d28e917d1386228
parent247e38c767bcc1a18d7be34a0528c484cdf846f1 (diff)
downloadaur-5ccde2f204f3b2f79b350118844229baa25733de.tar.gz
Remove obsolete install message
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--asciiworld.install18
3 files changed, 2 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 144b847a2081..a43f829b93ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = asciiworld-git
pkgdesc = ASCII world map and tools
pkgver = 20.01
- pkgrel = 1
+ pkgrel = 2
url = https://uninformativ.de/git/asciiworld
- install = asciiworld.install
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4bb311a92326..9d7aed34db3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vain <aurmaint1 on host: uninformativ dot de>
pkgname=asciiworld-git
pkgver=20.01
-pkgrel=1
+pkgrel=2
pkgdesc="ASCII world map and tools"
arch=('i686' 'x86_64')
url="https://uninformativ.de/git/asciiworld"
@@ -19,7 +19,6 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://uninformativ.de/git/asciiworld.git')
md5sums=('SKIP')
-install=asciiworld.install
pkgver() {
cd "$srcdir/${pkgname%-git}"
diff --git a/asciiworld.install b/asciiworld.install
deleted file mode 100644
index 77426b05fce3..000000000000
--- a/asciiworld.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
- cat <<EOF
-"asciiworld-waypoints", an optional tool not required by the core
-"asciiworld" program, requires the python2 library "geographiclib". It
-used to be available as an AUR package but has not been migrated to
-AUR 4.
-
-Either use the old PKGBUILD [1] or install the package using pip:
-
- # pip2 install geographiclib
-
-[1]: http://pkgbuild.com/git/aur-mirror.git/tree/python2-geographiclib/PKGBUILD
-EOF
-}
-
-post_upgrade() {
- post_install "$1"
-}