summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus Fillipe2022-10-23 01:34:55 -0300
committerMatheus Fillipe2022-10-23 01:34:55 -0300
commit02c50bda8c67921bc2d605d1f5872c0f5b854db8 (patch)
tree949636c66c5c821706f84fcc4ee42e080f81daf6 /PKGBUILD
parent061e9eecf1b266bba4aec0f715ebc0300382803c (diff)
downloadaur-02c50bda8c67921bc2d605d1f5872c0f5b854db8.tar.gz
Update manpage path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11053f940362..897024d80394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer mattf <matheusfillipeag@gmail.com>
pkgname=warpd-git
-pkgver=r73.f7d1202
+pkgver=r226.daf11b2
_gitname=warpd
pkgrel=1
pkgdesc="A small X program which facilitates recursively warping the pointer to different quadrants on the screen."
@@ -28,5 +28,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/ usr/local/share/man/man1/warpd.1.gz
}