summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-10-04 01:27:05 +0300
committerorhun2020-10-04 01:27:05 +0300
commit347be769a262ff3cabdfcb9876b55a0c68eb3386 (patch)
tree181de089787b032b76852db09f739431611f139c
parentc7b10ff573c61d1f8f7a616acf6b9b6fca7d7dee (diff)
downloadaur-347be769a262ff3cabdfcb9876b55a0c68eb3386.tar.gz
upgpkg: lipl-git 0.1.0.r27.gea84852-1
Update license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f866ad14c649..445b067c3c0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = lipl-git
pkgdesc = Analyse the output over time of custom shell commands (git)
- pkgver = 0.1.0.r23.g60835e5
+ pkgver = 0.1.0.r27.gea84852
pkgrel = 1
url = https://github.com/yxdunc/lipl
arch = x86_64
- license = unknown
+ license = MIT
makedepends = cargo
makedepends = git
provides = lipl
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}"
}