summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShinyzenith2022-07-30 04:58:41 +0530
committerShinyzenith2022-07-30 04:58:41 +0530
commita92f443c12d3f5bd2fcd77862cbd8a24ccb22491 (patch)
treea16ff9a34895060abe2a3529560ffb8915de754b /PKGBUILD
parentadeb5241e293b6b4aadd087f459e114d4f17cb61 (diff)
downloadaur-a92f443c12d3f5bd2fcd77862cbd8a24ccb22491.tar.gz
fix
Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 547248ce9ba0..d33e7807a5c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="swhkd"
pkgname="${_pkgname}-git"
-pkgver=.551.gc242124
+pkgver=.552.g1b6cf27
pkgrel=1
arch=("x86_64")
url="https://github.com/waycrate/swhkd"
@@ -31,10 +31,8 @@ package() {
install -Dm 644 -o root ./com.github.swhkd.pkexec.policy -t "$pkgdir/usr/share/polkit-1/actions"
- install -Dm 644 ./docs/swhkd.1.gz -t "$pkgdir/usr/share/man/man1/swhkd.1.gz"
- install -Dm 644 ./docs/swhkd.5.gz -t "$pkgdir/usr/share/man/man5/swhkd.5.gz"
- install -Dm 644 ./docs/swhks.1.gz -t "$pkgdir/usr/share/man/man1/swhks.1.gz"
- install -Dm 644 ./docs/swhkd-keys.5.gz -t "$pkgdir/usr/share/man/man5/swhkd-keys.5.gz"
+ install -Dm 644 ./docs/*.1.gz -t "$pkgdir/usr/share/man/man1/"
+ install -Dm 644 ./docs/*.5.gz -t "$pkgdir/usr/share/man/man5/"
}
pkgver() {