summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhwangeug2020-06-25 20:20:06 -0700
committerhwangeug2020-06-25 20:20:06 -0700
commita54cdec3f011a1bbdda09a6e9658f1f566d273f6 (patch)
treea94e97dabd513f1996a28b635288c6d1d5bb41fc
parent3ab278157824d9db03b6e77309cc26deb8067bb3 (diff)
downloadaur-a54cdec3f011a1bbdda09a6e9658f1f566d273f6.tar.gz
added pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e07f329a09c3..e9fc906f108b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = xpointerbarrier-git
- pkgdesc = Rofi user script for accessing gists synced by gister
+ pkgdesc = This program creates four pointer barriers around each XRandR screen, thus effectively jailing your mouse pointer to one physical screen.
pkgver = r19.f4b2be1
pkgrel = 1
url = https://github.com/hwangeug/rofi-gister
diff --git a/PKGBUILD b/PKGBUILD
index fb666deb1b31..7747d6c37825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=xpointerbarrier-git
_pkgname=xpointerbarrier
pkgver=r19.f4b2be1
pkgrel=1
-pkgdesc=""
+pkgdesc="This program creates four pointer barriers around each XRandR screen, thus effectively jailing your mouse pointer to one physical screen."
arch=('x86_64')
url="https://github.com/hwangeug/rofi-gister"
license=('MIT')