Date: Friday, October 2, 2020 @ 20:24:55 Author: heftig Revision: 715637
42.4-2 Modified: deja-dup/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-02 20:24:07 UTC (rev 715636) +++ PKGBUILD 2020-10-02 20:24:55 UTC (rev 715637) @@ -2,12 +2,12 @@ pkgname=deja-dup pkgver=42.4 -pkgrel=1 +pkgrel=2 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend" arch=(x86_64) url="https://wiki.gnome.org/Apps/DejaDup" license=(GPL) -depends=(duplicity gvfs libhandy libsecret org.freedesktop.secrets python-gobject python-pydrive) +depends=(duplicity gvfs libhandy0 libsecret org.freedesktop.secrets python-gobject python-pydrive) makedepends=(appstream-glib itstool meson vala) source=(https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz) validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry @@ -15,7 +15,7 @@ build() { arch-meson $pkgname-$pkgver build - ninja -C build + meson compile -C build } check() {
