diff options
-rw-r--r-- | main/duplicity/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD index 14709edaf4..6a5a6dd43f 100644 --- a/main/duplicity/APKBUILD +++ b/main/duplicity/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=duplicity pkgver=0.6.23 -pkgrel=0 +pkgrel=1 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" arch="all" license="GPL" -depends="python py-boto librsync gnupg ncftp" +depends="python py-boto librsync gnupg ncftp py-lockfile" makedepends="python-dev py-setuptools librsync-dev" install= subpackages="$pkgname-doc $pkgname-lang" |