Date: Monday, November 4, 2019 @ 12:40:18 Author: alucryd Revision: 524059
upgpkg: switchboard-plug-bluetooth 2.3.0-1 Modified: switchboard-plug-bluetooth/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-04 12:36:23 UTC (rev 524058) +++ PKGBUILD 2019-11-04 12:40:18 UTC (rev 524059) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=switchboard-plug-bluetooth -pkgver=2.2.2 +pkgver=2.3.0 pkgrel=1 pkgdesc='Switchboard Bluetooth Plug' arch=(x86_64) @@ -20,9 +20,15 @@ meson vala ) -source=(git+https://github.com/elementary/switchboard-plug-bluetooth.git#tag=${pkgver}) +source=(git+https://github.com/elementary/switchboard-plug-bluetooth.git#tag=25561a4f94e1580a4b9d4b887a32fe0d02ada116) sha256sums=(SKIP) +pkgver() { + cd switchboard-plug-bluetooth + + git describe --tags +} + build() { arch-meson switchboard-plug-bluetooth build ninja -C build
