summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2019-05-01 17:04:41 +0200
committerXyne2019-05-01 17:05:27 +0200
commitcd6dd51056abfef7a06ea0518717c8a30c1a8659 (patch)
tree6466887bcde5394f2d24b12f486439604ac81618
parentde7602c8339452bc27eb73a5435092da7d760403 (diff)
downloadaur-aha-git.tar.gz
Changed website URL.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aadb375e2ae6..25cf211a69c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Thu Jan 14 01:26:41 UTC 2016
pkgbase = aha-git
pkgdesc = Ansi HTML Adapter: convert ANSI escape sequences to HTML.
pkgver = 0.4.6.1
pkgrel = 4
- url = http://ziz.delphigl.com/tool_aha.php
+ url = https://github.com/theZiz/aha
arch = i686
arch = x86_64
license = MPL
diff --git a/PKGBUILD b/PKGBUILD
index 3c3d45c38f34..66a95c38e205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
_pkgname=aha
pkgname=aha-git
-pkgver=0.4.6.1
-pkgrel=4
+pkgver=0.5.8.g50b5135
+pkgrel=1
pkgdesc="Ansi HTML Adapter: convert ANSI escape sequences to HTML."
arch=('i686' 'x86_64')
makedepends=('git')
-#url="https://github.com/theZiz/aha"
-url="http://ziz.delphigl.com/tool_aha.php"
+url="https://github.com/theZiz/aha"
license=('MPL' 'LGPL')
provides=('aha')
conflicts=('aha')
@@ -30,4 +29,4 @@ package() {
install -Dm644 "aha.1" "$pkgdir/usr/share/man/man1/aha.1"
}
-# vim:set ts=2 sw=2 et: \ No newline at end of file
+# vim:set ts=2 sw=2 et: