[arch-commits] Commit in deja-dup/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Mar 9 15:35:09 UTC 2019
Date: Saturday, March 9, 2019 @ 15:35:09
Author: bgyorgy
Revision: 438317
upgpkg: deja-dup 38.4-1
Update to new version
Modified:
deja-dup/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-09 15:34:50 UTC (rev 438316)
+++ PKGBUILD 2019-03-09 15:35:09 UTC (rev 438317)
@@ -1,24 +1,29 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=deja-dup
-pkgver=38.1
+pkgver=38.4
pkgrel=1
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://launchpad.net/deja-dup"
+url="https://wiki.gnome.org/Apps/DejaDup"
license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 'python2-gobject')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'nautilus' 'vala')
+depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'python2-gobject')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'nautilus' 'vala' git)
optdepends=('gnome-keyring: save passwords'
'nautilus: backup extension'
'python2-boto: Amazon S3 and Google Cloud Storage backend')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
+_commit=017e0b81677c6d36ea7d4d91e58a1d1c8de4d08d # tags/38.4
+source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit")
validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('6a65b3dfd84d046b7d1f1bdd9aac7dd19477972e10bdaebdfe92ea85c5f9a772'
- 'SKIP')
+sha256sums=('SKIP')
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
build() {
- arch-meson $pkgname-$pkgver build
+ arch-meson $pkgname build
ninja -C build
}
More information about the arch-commits
mailing list