Date: Monday, September 9, 2019 @ 07:14:30 Author: alucryd Revision: 509041
upgpkg: lib32-libmbim 1.20.0-1 Modified: lib32-libmbim/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-09 07:07:52 UTC (rev 509040) +++ PKGBUILD 2019-09-09 07:14:30 UTC (rev 509041) @@ -2,7 +2,7 @@ # Contributor: Jan Alexander Steffens (heftig) <[email protected]> pkgname=lib32-libmbim -pkgver=1.18.2 +pkgver=1.20.0 pkgrel=1 pkgdesc='MBIM modem protocol helper library' arch=(x86_64) @@ -18,9 +18,15 @@ git python ) -source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=${pkgver}) +source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=376824c586fbf72ea0aeda3c8fb0df38c213a99e) sha256sums=(SKIP) +pkgver() { + cd libmbim + + git describe --tags +} + prepare() { cd libmbim
