summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f4fa44dd0c1..ed9aa5afd386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=xorgproto
pkgname=$_pkgname-git
-pkgver=2020.1.43.r2680.ge5d8af9
+pkgver=2021.3.0.r2686.g5d37740
pkgrel=1
pkgdesc="Combined X.Org X11 Protocol headers (git version)"
arch=('any')
@@ -12,9 +12,9 @@ license=('custom')
makedepends=(
'git'
'meson'
- 'python-libevdev'
'xorg-util-macros'
)
+checkdepends=('python-libevdev')
provides=('xorgproto')
conflicts=(${provides[@]})
source=("$pkgname::git://anongit.freedesktop.org/xorg/proto/$_pkgname")