From d4b3214ad17762aa2a7acea720d939b57992217c Mon Sep 17 00:00:00 2001 From: jakschu Date: Sun, 20 Apr 2014 22:15:13 +0200 Subject: [PATCH] add: provides('duplicity') The package provides duplicity. Packages relying on duplicity, such as deja-dup and duply work fine with the bzr version, but could not be installed otherwise. --- .SRCINFO | 1 + PKGBUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/.SRCINFO b/.SRCINFO index e55da4718a59..3ecbd3d5201b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -19,6 +19,7 @@ pkgbase = duplicity-bzr optdepends = python2-httplib2: Ubuntu One backend optdepends = python2-oauthlib: Ubuntu One backend optdepends = rsync: rsync backend + provides = duplicity conflicts = duplicity source = bzr+lp:duplicity sha512sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 3229932c6fe1..4cbef59e0f17 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -30,6 +30,7 @@ sha512sums=('SKIP') #_bzrtrunk='https://code.launchpad.net/~duplicity-team/duplicity/trunk' #_bzrmod=${pkgname} conflicts=("${pkgname//-bzr/}") +provides=('duplicity') pkgver() { cd "${srcdir}/${pkgname//-bzr/}"