summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 02:50:12 +0300
committerorhun2020-11-25 02:50:12 +0300
commit8d796358f26f99fd85f9dd9a7eb3ab3988c37779 (patch)
tree48436a6383199b54a316c654bfd37d92f6622343
parentd07a0e956bdbab55bfe32ef18039f0133a9092fd (diff)
downloadaur-8d796358f26f99fd85f9dd9a7eb3ab3988c37779.tar.gz
upgpkg: lipl-git 0.1.2.r0.gdd4ddbe-2
Install license/readme to
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75ab96ed58b3..3b69959614c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lipl-git
pkgdesc = Analyse the output over time of custom shell commands (git)
pkgver = 0.1.2.r0.gdd4ddbe
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yxdunc/lipl
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 958fe66e8cc8..32fc406aa48a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lipl-git
pkgver=0.1.2.r0.gdd4ddbe
-pkgrel=1
+pkgrel=2
pkgdesc="Analyse the output over time of custom shell commands (git)"
arch=('x86_64')
url="https://github.com/yxdunc/lipl"
@@ -32,6 +32,6 @@ check() {
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}"
+ install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}