diff options
author | orhun | 2020-11-25 02:43:34 +0300 |
---|---|---|
committer | orhun | 2020-11-25 02:43:34 +0300 |
commit | 2335d087ad0c8e55de1a1de8703c950065f62db5 (patch) | |
tree | c985c5809ea4f780dc35edda3155aceb63ff1d16 | |
parent | a3d9a5ce3a993351bb5d8e96f4d0bbb9261ee844 (diff) | |
download | aur-2335d087ad0c8e55de1a1de8703c950065f62db5.tar.gz |
upgpkg: i3-workspace-brightness-git 1.0.2.r0.g37dc57b-2
Install license/readme to
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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" } |