Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=44a4ac9a8230588de9d16023e64e03eaa90dbca5
commit 44a4ac9a8230588de9d16023e64e03eaa90dbca5 Author: DeX77 <[email protected]> Date: Thu Jun 15 16:53:57 2017 +0200 duplicity-0.7.13-2-x86_64 * fix depends diff --git a/source/apps-extra/duplicity/FrugalBuild b/source/apps-extra/duplicity/FrugalBuild index 7c9a43f..65e196d 100644 --- a/source/apps-extra/duplicity/FrugalBuild +++ b/source/apps-extra/duplicity/FrugalBuild @@ -4,11 +4,12 @@ pkgname=duplicity pkgver=0.7.13 -pkgrel=1 +pkgrel=2 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm." url="http://duplicity.nongnu.org/" depends=('python>=2.7' 'librsync>=0.9.7' 'gnupg' 'ncftp' 'python-boto>=2.5.2' \ - 'python-gnupginterface>=0.3.2' 'python-lockfile' 'python-distribute') + 'python-gnupginterface>=0.3.2' 'python-lockfile' 'python-distribute' \ + 'python-fasteners') groups=('apps-extra') archs=('i686' 'x86_64') up2date="Flasttar http://savannah.nongnu.org/download/$pkgname" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
