mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 12:20:27 +01:00
add duplicity-bzr makedepends for bazaar
This commit is contained in:
parent
031da3b444
commit
ca017f6f6f
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -6,6 +6,7 @@ pkgbase = duplicity-bzr
|
|||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = bzr
|
||||
depends = gnupg
|
||||
depends = librsync
|
||||
depends = ncftp
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -24,6 +24,7 @@ optdepends=('lftp: FTPS backend'
|
|||
'python2-httplib2: Ubuntu One backend'
|
||||
'python2-oauthlib: Ubuntu One backend'
|
||||
'rsync: rsync backend')
|
||||
makedepends=('bzr')
|
||||
source=(bzr+lp:duplicity)
|
||||
sha512sums=('SKIP')
|
||||
#_bzrtrunk='https://code.launchpad.net/~duplicity-team/duplicity/trunk'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue