summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b3db75c2476..dc41318f3f53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = warpd-wayland-git
pkgdesc = A small program which facilitates recursively warping the pointer to different quadrants on the screen (wayland build).
- pkgver = r124.4dcfffc
+ pkgver = r231.567205b
pkgrel = 1
url = https://github.com/rvaiya/warpd
arch = x86_64
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
}