Date: Friday, September 13, 2019 @ 18:15:35 Author: alucryd Revision: 510381
GNOME 3.34: switchboard-plug-desktop 2.8.1-1 Modified: switchboard-plug-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 18:10:25 UTC (rev 510380) +++ PKGBUILD 2019-09-13 18:15:35 UTC (rev 510381) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=switchboard-plug-desktop -pkgver=2.8.0 +pkgver=2.8.1 pkgrel=1 pkgdesc='Switchboard Desktop Plug' arch=(x86_64) @@ -25,9 +25,15 @@ meson vala ) -source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=${pkgver}) +source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=65316fe4896a19a2727c7b7af18f227b2e0a6f65) sha256sums=(SKIP) +pkgver() { + cd switchboard-plug-desktop + + git describe --tags +} + prepare() { sed 's|/usr/share/backgrounds|/usr/share/backgrounds/elementary|' -i switchboard-plug-desktop/src/Views/Wallpaper.vala }
