summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1430bc221ce8..788350d82967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fblog-git
pkgdesc = Small command-line JSON log viewer (git)
pkgver = 2.3.0.r2.g3217c44
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brocode/fblog
arch = x86_64
license = custom:WTFPL
diff --git a/PKGBUILD b/PKGBUILD
index c5f71f740ce7..634805594d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fblog-git
pkgver=2.3.0.r2.g3217c44
-pkgrel=1
+pkgrel=2
pkgdesc="Small command-line JSON log viewer (git)"
arch=('x86_64')
url="https://github.com/brocode/fblog"
@@ -32,6 +32,6 @@ check() {
package() {
cd "${pkgname%-git}"
install -Dm 755 "target/release/${pkgname%-git}" -t "${pkgdir}/usr/bin"
- install -Dm 644 README.org -t "$pkgdir/usr/share/doc/${pkgname%-git}"
- install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
+ install -Dm 644 README.org -t "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}