summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornezumisama2020-01-25 16:43:58 +0100
committernezumisama2020-01-25 16:43:58 +0100
commitfe5a8bc4bfbb667e55a0c8591d5be462155e2030 (patch)
treea6480915c0ee8492c24fde13955c5d3f149dede2 /PKGBUILD
parent0c58a2285132129f6ed23e810d138278c16488a9 (diff)
downloadaur-fe5a8bc4bfbb667e55a0c8591d5be462155e2030.tar.gz
Updated dependency list (inputproto is now provided by the xorgproto).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df7225aec920..f3dd3494aaaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("i686" "x86_64")
url="https://github.com/thjaeger/easystroke/wiki"
license=("custom")
depends=("gtkmm3" "boost-libs" "libxtst" "dbus-glib" "xorg-server")
-makedepends=("boost" "inputproto" "intltool" "gettext" "xorg-server-devel" "help2man" "git")
+makedepends=("boost" "xorgproto" "intltool" "gettext" "xorg-server-devel" "help2man" "git")
provides=("$_pkgname")
conflicts=("$_pkgname")
install="$_pkgname.install"