| author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-03-29 18:34:08 UTC |
| committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-03-29 18:34:08 UTC |
| parent | 0a19a53ba75e097c1142eceb379b1c48858baf2f |
| PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 02554ab..e4e28c8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,20 +2,20 @@ # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=mobile-broadband-provider-info -pkgver=20210805 +pkgver=20220315 pkgrel=1 pkgdesc="Network Management daemon" url="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info" arch=(any) license=(custom) makedepends=(git libxslt) -_commit=11f2247eccd3c161b8fd9b41143862e9fb81193c +_commit=4cbb44a9fe26aa6f0b28beb79f9488b37c097b5e # tags/20220315^0 source=("git+https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() {