summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2015-08-04 01:40:25 +0000
committerXyne2015-08-04 01:40:25 +0000
commit57a0f257a0a585df18b151a2787618cc6b607f3b (patch)
treef34267016f452b6118afcf1a561801f926d3922e
parentf6d7ce57f6e52b8175be26ccda0332b368e4f1aa (diff)
downloadaur-57a0f257a0a585df18b151a2787618cc6b607f3b.tar.gz
Correct typo in "LGPL" license name.
-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')