summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4729d1f9086..df102cb82123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = aha-git
pkgdesc = Ansi HTML Adapter: convert ANSI escape sequences to HTML.
pkgver = 0.4.6.1
- pkgrel = 2
+ pkgrel = 3
url = http://ziz.delphigl.com/tool_aha.php
arch = i686
arch = x86_64
license = MPL
- license = LPGL
+ license = LGPL
makedepends = git
provides = aha
conflicts = aha
diff --git a/PKGBUILD b/PKGBUILD
index 7b8539a4902d..fa7bfdb9d04e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_pkgname=aha
pkgname=aha-git
pkgver=0.4.6.1
-pkgrel=2
+pkgrel=3
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"
-license=('MPL' 'LPGL')
+license=('MPL' 'LGPL')
provides=('aha')
conflicts=('aha')