summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-06-04 00:05:39 +0200
committerAntonin Décimo2021-06-04 00:05:39 +0200
commit0ea59bcac5fc4d8d9580a7150a8c76f2dcb20b2b (patch)
treeea2ea5f6a015b20770a6c2debdebf8c195e3845a
parent362dde32ebf8a879d9e144e5333c72689eea372c (diff)
downloadaur-0ea59bcac5fc4d8d9580a7150a8c76f2dcb20b2b.tar.gz
makedepends += xorgproto-git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7221af6d7bc..a4ab71854afa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = xorg-xwayland-hidpi-git
license = custom
makedepends = meson
makedepends = git
- makedepends = xorgproto
+ makedepends = xorgproto-git
makedepends = xtrans
makedepends = pixman
makedepends = libxkbfile
@@ -43,4 +43,3 @@ pkgbase = xorg-xwayland-hidpi-git
sha256sums = 3b5b20e8402948bca050d4d91d6733abfcc7e1a1644baa052f2c9196285c7667
pkgname = xorg-xwayland-hidpi-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3e3fcceb49a3..927b25f31d81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Run X clients under Wayland, with HiDPI (git version)"
depends=('nettle' 'libegl' 'libepoxy' 'systemd-libs' 'libxfont2'
'pixman' 'xorg-server-common')
makedepends=('meson' 'git'
- 'xorgproto' 'xtrans'
+ 'xorgproto-git' 'xtrans'
'pixman' 'libxkbfile' 'libxfont2' 'dbus'
'xorg-font-util'
'wayland' 'wayland-protocols'