summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c73829f00a41..c2771aa3b65d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=plover
pkgdesc="Free and open source real-time stenography engine."
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
arch=('any')
license=('GPL2')
depends=(
@@ -17,6 +17,7 @@ depends=(
'python2-xlib'
'wmctrl'
'wxpython'
+ 'xorg-xprop'
)
makedepends=(
'python2-mock'