Date: Friday, April 3, 2020 @ 07:47:04 Author: alucryd Revision: 610785
upgpkg: switchboard-plug-notifications 2.1.6-1 Modified: switchboard-plug-notifications/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-03 07:45:03 UTC (rev 610784) +++ PKGBUILD 2020-04-03 07:47:04 UTC (rev 610785) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=switchboard-plug-notifications -pkgver=2.1.5 +pkgver=2.1.6 pkgrel=1 pkgdesc='Switchboard Notifications Plug' arch=(x86_64) @@ -20,9 +20,15 @@ meson vala ) -source=(git+https://github.com/elementary/switchboard-plug-notifications.git#tag=${pkgver}) +source=(git+https://github.com/elementary/switchboard-plug-notifications.git#tag=7ec29c66cb853dd0f9ce34597760e497d2f9477e) sha256sums=(SKIP) +pkgver() { + cd switchboard-plug-notifications + + git describe --tags +} + build() { arch-meson switchboard-plug-notifications build ninja -C build
