summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 02:43:34 +0300
committerorhun2020-11-25 02:43:34 +0300
commit2335d087ad0c8e55de1a1de8703c950065f62db5 (patch)
treec985c5809ea4f780dc35edda3155aceb63ff1d16
parenta3d9a5ce3a993351bb5d8e96f4d0bbb9261ee844 (diff)
downloadaur-2335d087ad0c8e55de1a1de8703c950065f62db5.tar.gz
upgpkg: i3-workspace-brightness-git 1.0.2.r0.g37dc57b-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 146e0fa2655d..faf93f8b33ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3-workspace-brightness-git
pkgdesc = Utility to auto-adjust the brightness of i3wm workspaces (git)
pkgver = 1.0.2.r0.g37dc57b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/orhun/i3-workspace-brightness
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 50ecf4336b31..be6bd23a607a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=i3-workspace-brightness-git
pkgver=1.0.2.r0.g37dc57b
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to auto-adjust the brightness of i3wm workspaces (git)"
arch=('x86_64')
url="https://github.com/orhun/i3-workspace-brightness"
@@ -27,5 +27,5 @@ build() {
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"
}