pkgname=wayland-protocols pkgver=1.39 pkgrel=1 pkgdesc="Specifications of extended Wayland protocols" arch=('x86_64') url="https://wayland.freedesktop.org" license=('MIT') depends=('wayland') makedepends=('meson') source=(https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${pkgver}/downloads/${pkgname}-${pkgver}.tar.xz) sha256sums=(e1dcdcbbf08e2e0a8a02ee5d9a0be3a6aafc39a4b51fa7e0d2f1a16411cb72fa) build() { cd ${pkgname}-${pkgver} local meson_args=( ) ${meson_options} ${meson_args[@]} ${meson_build} } package() { cd ${pkgname}-${pkgver} ${meson_install} ${pkgdir} }