summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-01-11 04:52:22 +0100
committerDavide Depau2020-01-11 04:52:22 +0100
commit7ab818156017070e0624b11fe8fe70a5169d4ae3 (patch)
tree8a740ea05f56d521cca6c2609f648c49ed56b8a2
parentda26d74825d69e5cd633fced20518065f7df9142 (diff)
downloadaur-7ab818156017070e0624b11fe8fe70a5169d4ae3.tar.gz
Add "Wayland" keyword to description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe4c0d2114a8..06748d0b9194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ydotool-git
- pkgdesc = Generic command-line automation tool (no X!)
- pkgver = v0.1.8.r6.g9ea0891
+ pkgdesc = Generic command-line automation tool (no X!), works on Wayland
+ pkgver = v0.1.8.r13.gfb6ee1f
pkgrel = 1
url = https://github.com/ReimuNotMoe/ydotool
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 13e9568971ea..c69a795d2e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=ydotool
pkgname=$_pkgname-git
-pkgver=v0.1.8.r6.g9ea0891
+pkgver=v0.1.8.r13.gfb6ee1f
pkgrel=1
-pkgdesc="Generic command-line automation tool (no X!)"
+pkgdesc="Generic command-line automation tool (no X!), works on Wayland"
arch=('i686' 'x86_64')
depends=('libevdevplus' 'libuinputplus' 'boost-libs')
makedepends=('cmake' 'git' 'make' 'pkg-config' 'boost')