Date: Friday, April 3, 2020 @ 07:44:58 Author: alucryd Revision: 610783
upgpkg: switchboard-plug-sharing 2.1.4-1 Modified: switchboard-plug-sharing/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-03 07:42:46 UTC (rev 610782) +++ PKGBUILD 2020-04-03 07:44:58 UTC (rev 610783) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=switchboard-plug-sharing -pkgver=2.1.3 +pkgver=2.1.4 pkgrel=1 pkgdesc='Switchboard Sharing Plug' arch=(x86_64) @@ -22,9 +22,15 @@ switchboard vala ) -source=(git+https://github.com/elementary/switchboard-plug-sharing.git#tag=${pkgver}) +source=(git+https://github.com/elementary/switchboard-plug-sharing.git#tag=b3cebcd4a7782e731086f6207b22a9924f0ddcb2) sha256sums=(SKIP) +pkgver() { + cd switchboard-plug-sharing + + git describe --tags +} + build() { arch-meson switchboard-plug-sharing build ninja -C build
