summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Fillipe2022-10-23 17:59:46 -0300
committerMatheus Fillipe2022-10-23 17:59:46 -0300
commitc4a0cc4a9d812a2cbaea75addbbbab09c2022138 (patch)
treea4212420cff9fe73987913f538ba649879299c57
parent02c50bda8c67921bc2d605d1f5872c0f5b854db8 (diff)
downloadaur-c4a0cc4a9d812a2cbaea75addbbbab09c2022138.tar.gz
Update description
-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() {