summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-10-04 01:27:05 +0300
committerorhun2020-10-04 01:27:05 +0300
commit347be769a262ff3cabdfcb9876b55a0c68eb3386 (patch)
tree181de089787b032b76852db09f739431611f139c /PKGBUILD
parentc7b10ff573c61d1f8f7a616acf6b9b6fca7d7dee (diff)
downloadaur-347be769a262ff3cabdfcb9876b55a0c68eb3386.tar.gz
upgpkg: lipl-git 0.1.0.r27.gea84852-1
Update license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4798e7dd9339..35860962a148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# https://github.com/orhun/pkgbuilds
pkgname=lipl-git
-pkgver=0.1.0.r23.g60835e5
+pkgver=0.1.0.r27.gea84852
pkgrel=1
pkgdesc="Analyse the output over time of custom shell commands (git)"
arch=('x86_64')
url="https://github.com/yxdunc/lipl"
-license=('unknown')
+license=('MIT')
makedepends=('cargo' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
@@ -33,4 +33,5 @@ package() {
cd "${pkgname%-git}"
install -Dm 755 "target/release/${pkgname%-git}" -t "$pkgdir/usr/bin"
install -Dm 644 README.md -t "$pkgdir/usr/share/doc/${pkgname%-git}"
+ install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
}