summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 683c51736c1e..358e6892c295 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = warpd-git
- pkgdesc = A small X program which facilitates recursively warping the pointer to different quadrants on the screen.
+ pkgdesc = A modal keyboard driven interface for mouse manipulation.
pkgver = r226.daf11b2
pkgrel = 1
url = https://github.com/rvaiya/warpd
@@ -12,6 +12,9 @@ pkgbase = warpd-git
depends = libxtst
depends = libx11
provides = warpd
+ conflicts = warpd
+ conflicts = warpd-wayland
+ conflicts = warpd-wayland-git
source = git+https://github.com/rvaiya/warpd
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 897024d80394..bf6999b90031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=warpd-git
pkgver=r226.daf11b2
_gitname=warpd
pkgrel=1
-pkgdesc="A small X program which facilitates recursively warping the pointer to different quadrants on the screen."
+pkgdesc="A modal keyboard driven interface for mouse manipulation."
url="https://github.com/rvaiya/warpd"
license=('MIT')
arch=('x86_64')
@@ -12,6 +12,7 @@ md5sums=('SKIP')
makedepends=(git)
depends=(libxinerama libxft libxfixes libxtst libx11)
provides=(warpd)
+conflicts=(warpd warpd-wayland warpd-wayland-git)
source=("git+$url")
pkgver() {