summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2016-02-02 11:44:54 +0100
committeraksr2016-02-02 11:44:54 +0100
commitdf6720a31f005bd59ae939973c61fd7e814f991d (patch)
treeb9a43229d46f553d50d31267f08aec76f2dd80ec
parentd3fedfc3213ca36a1ae7ea546ffd51e9ac7635c7 (diff)
downloadaur-df6720a31f005bd59ae939973c61fd7e814f991d.tar.gz
Fix/Add the license.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad1c8333cee1..af2513fe4049 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 10:41:14 UTC 2016
+# Tue Feb 2 10:44:30 UTC 2016
pkgbase = rlcmp-git
pkgdesc = Recursive file compare tool
pkgver = 1.0.0.r6.g53a0abf
@@ -7,7 +7,7 @@ pkgbase = rlcmp-git
url = https://github.com/n-t-roff/rlcmp
arch = i686
arch = x86_64
- license = GPL
+ license = BSD
makedepends = git
depends = libavlbst-git
provides = rlcmp
diff --git a/PKGBUILD b/PKGBUILD
index 260df765accb..639d8b336273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ epoch=
pkgdesc="Recursive file compare tool"
arch=('i686' 'x86_64')
url="https://github.com/n-t-roff/rlcmp"
-license=('GPL')
+license=('BSD')
groups=()
depends=('libavlbst-git')
makedepends=('git')
@@ -40,6 +40,6 @@ package() {
MANDIR=$pkgdir/usr/share/man \
INCDIR=$pkgdir/usr//include \
LIBDIR=$pkgdir/usr/lib install
-
+ install -Dm644 LICENSE $pkgdir/usr/share/licenses/${pkgname%-*}/LICENSE
}