build: add PKGBUILD for libx11 with msan support #44

Open
light7734 wants to merge 2 commits from ci/libx11_msan into main
Showing only changes of commit dd11366d03 - Show all commits

View file

@ -11,8 +11,6 @@ depends=('libxcb' 'glibc' 'xorgproto')
makedepends=('xorg-util-macros' 'xtrans' 'clang') makedepends=('xorg-util-macros' 'xtrans' 'clang')
license=('MIT AND X11') license=('MIT AND X11')
source=(https://xorg.freedesktop.org//releases/individual/lib/libX11-${pkgver}.tar.xz{,.sig}) source=(https://xorg.freedesktop.org//releases/individual/lib/libX11-${pkgver}.tar.xz{,.sig})
sha512sums=('cb7a284d9081a8b67f7d8568d56dc403a4b787e46ac497b07768d236084c01f80f4ea2ebd814f950ac9738adc3baea3912932fc333858195c4f8217744b6f730'
'SKIP')
build() { build() {
cd libX11-${pkgver} cd libX11-${pkgver}