mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 04:10:20 +01:00
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:
parent
ca017f6f6f
commit
d4b3214ad1
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.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
|
||||
|
|
|
|||
1
PKGBUILD
1
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/}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue