summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2020-02-27 17:37:50 +0100
committerMikhail f. Shiryaev2020-02-27 17:37:50 +0100
commit6cacd19ddae8c468797511e2cd84b4ddac360286 (patch)
tree780173277867d4e94f1d74adda20db0d0b5241b0 /PKGBUILD
parent88c4f9274cc8639aa76772f90fcb3a6bb626b648 (diff)
downloadaur-6cacd19ddae8c468797511e2cd84b4ddac360286.tar.gz
Fix makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77dd3727267c..9bb04681e04b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=libdri2-git
_gitname=libdri2
pkgver=11.4f1eef3
-pkgrel=1
+pkgrel=2
pkgdesc="Library for the DRI2 extension to the X Window System"
arch=('any')
url="https://github.com/robclark/libdri2"
license=('MIT')
depends=('libdrm' 'libxext')
-makedepends=('git' 'xextproto' 'xorg-server-devel')
+makedepends=('git' 'xorgproto' 'xorg-server-devel')
options=('!libtool')
provides=('libdri2')
source=('git+https://github.com/robclark/libdri2.git')