Date: Tuesday, September 24, 2019 @ 19:55:54 Author: alucryd Revision: 511677
upgpkg: switchboard-plug-about 2.6.0-1 Modified: switchboard-plug-about/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-24 19:54:47 UTC (rev 511676) +++ PKGBUILD 2019-09-24 19:55:54 UTC (rev 511677) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=switchboard-plug-about -pkgver=2.5.2 +pkgver=2.6.0 pkgrel=1 pkgdesc='Switchboard About Plug' arch=(x86_64) @@ -20,9 +20,15 @@ meson vala ) -source=(git+https://github.com/elementary/switchboard-plug-about.git#tag=${pkgver}) +source=(git+https://github.com/elementary/switchboard-plug-about.git#tag=cbfeecd176eb247a720f3cb64ad97ef218c13be0) sha256sums=(SKIP) +pkgver() { + cd switchboard-plug-about + + git describe --tags +} + build() { arch-meson switchboard-plug-about build ninja -C build
