Date: Monday, November 18, 2019 @ 08:35:57 Author: alucryd Revision: 530296
upgpkg: switchboard-plug-network 2.2.0-1 Modified: switchboard-plug-network/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-18 08:28:57 UTC (rev 530295) +++ PKGBUILD 2019-11-18 08:35:57 UTC (rev 530296) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=switchboard-plug-network -pkgver=2.1.4 +pkgver=2.2.0 pkgrel=1 pkgdesc='Switchboard Network Plug' arch=(x86_64) @@ -24,9 +24,15 @@ meson vala ) -source=(git+https://github.com/elementary/switchboard-plug-network.git#tag=${pkgver}) +source=(git+https://github.com/elementary/switchboard-plug-network.git#tag=248835b43b6f2557ddf9b287e2e73f23ed5ae2f0) sha256sums=(SKIP) +pkgver() { + cd switchboard-plug-network + + git describe --tags +} + build() { arch-meson switchboard-plug-network build ninja -C build
