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.
This commit is contained in:
jakschu 2014-04-20 22:15:13 +02:00
parent ca017f6f6f
commit d4b3214ad1
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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/}"