[arch-commits] Commit in deja-dup/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Oct 4 08:01:42 UTC 2019
Date: Friday, October 4, 2019 @ 08:01:41
Author: bgyorgy
Revision: 512698
upgpkg: deja-dup 40.1-3
Fix build (FS#63818)
Modified:
deja-dup/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-04 07:20:28 UTC (rev 512697)
+++ PKGBUILD 2019-10-04 08:01:41 UTC (rev 512698)
@@ -2,7 +2,7 @@
pkgname=deja-dup
pkgver=40.1
-pkgrel=2
+pkgrel=3
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"
@@ -20,6 +20,11 @@
git describe --tags | sed 's/-/+/g'
}
+prepare() {
+ cd $pkgname
+ git cherry-pick -n 05422eab47e444525427b4108c64a00721139712
+}
+
build() {
arch-meson $pkgname build
ninja -C build
More information about the arch-commits
mailing list