Date: Tuesday, January 11, 2022 @ 16:18:39 Author: alucryd Revision: 1100570
upgpkg: libliftoff 0.1.0.r31.2e1dd93-1 Modified: libliftoff/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 16:15:22 UTC (rev 1100569) +++ PKGBUILD 2022-01-11 16:18:39 UTC (rev 1100570) @@ -3,8 +3,8 @@ # Contributor: Sefa Eyeoglu <[email protected]> pkgname=libliftoff -pkgver=0.1.0 -pkgrel=2 +pkgver=0.1.0.r31.2e1dd93 +pkgrel=1 pkgdesc='Lightweight KMS plane library' arch=(x86_64) url=https://gitlab.freedesktop.org/emersion/libliftoff @@ -18,10 +18,15 @@ meson ) provides=(libliftoff.so) -_tag=a58b638736ad5efe0393ace97522c49949ba2f77 -source=(git+https://gitlab.freedesktop.org/emersion/libliftoff.git#tag=${_tag}) +_commit=2e1dd93b60224e77f6a49ad8fb36d184e3a9a3bc +source=(git+https://gitlab.freedesktop.org/emersion/libliftoff.git#commit=${_commit}) b2sums=(SKIP) +pkgver() { + cd libliftoff + git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./' +} + build() { arch-meson libliftoff build meson compile -C build
