summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2018-06-09 09:57:00 +0200
committerPeter Hofmann2018-06-09 09:57:00 +0200
commit3e1dfddbd958047a1399110869f60a76205b5e6d (patch)
treeacb0773cb90906ae13bb3f0694d73aa488b2c04a
parent574a4a95ccff284a69d730b3794d951b7d226599 (diff)
downloadaur-3e1dfddbd958047a1399110869f60a76205b5e6d.tar.gz
Upstream has moved
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b57112a5ebb..a31866342a91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Dec 24 09:16:04 UTC 2017
+# Sat Jun 9 07:56:41 UTC 2018
pkgbase = asciiworld-git
pkgdesc = ASCII world map and tools
- pkgver = 15.03
- pkgrel = 3
- url = https://github.com/vain/asciiworld
+ pkgver = 17.12.1.g8d85652
+ pkgrel = 1
+ url = https://uninformativ.de/git/asciiworld
install = asciiworld.install
arch = i686
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = asciiworld-git
optdepends = ncurses: For tput
provides = asciiworld
conflicts = asciiworld
- source = git://github.com/vain/asciiworld.git
+ source = git+https://uninformativ.de/git/asciiworld.git
md5sums = SKIP
pkgname = asciiworld-git
diff --git a/PKGBUILD b/PKGBUILD
index ac48af46401f..2050e69c0c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Vain <aurmaint1 on host: uninformativ dot de>
pkgname=asciiworld-git
-pkgver=15.03
-pkgrel=3
+pkgver=17.12.1.g8d85652
+pkgrel=1
pkgdesc="ASCII world map and tools"
arch=('i686' 'x86_64')
-url="https://github.com/vain/asciiworld"
+url="https://uninformativ.de/git/asciiworld"
license=('MIT')
depends=('gd' 'shapelib')
makedepends=('git')
@@ -17,7 +17,7 @@ optdepends=('curl: Retrieving various data'
'ncurses: For tput')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git://github.com/vain/asciiworld.git')
+source=('git+https://uninformativ.de/git/asciiworld.git')
md5sums=('SKIP')
install=asciiworld.install
@@ -63,7 +63,7 @@ package() {
# Documents
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname%-git}/LICENSE"
- install -Dm644 README.md "$pkgdir/usr/share/doc/${pkgname%-git}/README.md"
+ install -Dm644 README "$pkgdir/usr/share/doc/${pkgname%-git}/README"
install -Dm644 README-tools.md \
"$pkgdir/usr/share/doc/${pkgname%-git}/README-tools.md"
}