summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 02:48:24 +0300
committerorhun2020-11-25 02:48:24 +0300
commit7c197fb99c1e47e4d3215a26f79d75bc5b916286 (patch)
tree29e6167a895d861f64672b412df316a40167217b
parent22513665d40aae036f239842c3e71450808623a5 (diff)
downloadaur-7c197fb99c1e47e4d3215a26f79d75bc5b916286.tar.gz
upgpkg: kmon-git 1.5.1.r0.g5b3e69f-2
Install license/readme to
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acaad9bde26a..8d2d515c45bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kmon-git
pkgdesc = Linux kernel manager and activity monitor (git)
pkgver = 1.5.1.r0.g5b3e69f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/orhun/kmon
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 3745ab465505..3405c9bb3719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kmon-git
pkgver=1.5.1.r0.g5b3e69f
-pkgrel=1
+pkgrel=2
pkgdesc="Linux kernel manager and activity monitor (git)"
arch=('x86_64')
url="https://github.com/orhun/kmon"
@@ -33,6 +33,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 README.md -t "$pkgdir/usr/share/doc/$pkgname"
install -Dm 644 "man/${pkgname%-git}.8" -t "$pkgdir/usr/share/man/man8"
}