summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStuart Mumford2022-10-24 15:40:09 +0100
committerStuart Mumford2022-10-24 15:40:09 +0100
commit6c9c9142140eb4b9e97fd853c1e7d567a6357790 (patch)
treedeaf4c6289bbb01fcf2bc414f4d2d725426d4737 /PKGBUILD
parent1faac77be9be33e0bd32afa8f66f1bed208f0bf8 (diff)
downloadaur-warpd-wayland-git.tar.gz
Fix path to manfiles
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 095830cf82fe..fbbd95dc25fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=warpd-wayland-git
-pkgver=r124.4dcfffc
+pkgver=r231.567205b
_gitname=warpd
pkgrel=1
pkgdesc="A small program which facilitates recursively warping the pointer to different quadrants on the screen (wayland build)."
@@ -27,5 +27,5 @@ package () {
cd ${_gitname}
install -Dm755 -t "${pkgdir}"/usr/bin bin/warpd
mkdir -p "${pkgdir}"/usr/share/man/man1/
- install -Dm644 -t "${pkgdir}"/usr/share/man/man1/ warpd.1.gz
+ install -Dm644 -t "${pkgdir}"/usr/share/man/man1/ files/warpd.1.gz
}