summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Fillipe2022-10-23 01:34:55 -0300
committerMatheus Fillipe2022-10-23 01:34:55 -0300
commit02c50bda8c67921bc2d605d1f5872c0f5b854db8 (patch)
tree949636c66c5c821706f84fcc4ee42e080f81daf6
parent061e9eecf1b266bba4aec0f715ebc0300382803c (diff)
downloadaur-02c50bda8c67921bc2d605d1f5872c0f5b854db8.tar.gz
Update manpage path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ed4e136ff0b..683c51736c1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = warpd-git
pkgdesc = A small X program which facilitates recursively warping the pointer to different quadrants on the screen.
- pkgver = r73.f7d1202
+ pkgver = r226.daf11b2
pkgrel = 1
url = https://github.com/rvaiya/warpd
arch = x86_64
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
}