aboutsummaryrefslogtreecommitdiffstats
path: root/main/duplicity
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-02-27 16:50:42 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2014-02-27 16:50:42 +0000
commit6f9d770dbb57a48b6f16f94b3bbfaf38ce0b0fa4 (patch)
treeb6206e6e1f4ad6b8b5ce849c3e376960db8153af /main/duplicity
parent8b0333a055e0cc13e524d0fb05127009f1e960fb (diff)
downloadaports-6f9d770dbb57a48b6f16f94b3bbfaf38ce0b0fa4.tar.bz2
aports-6f9d770dbb57a48b6f16f94b3bbfaf38ce0b0fa4.tar.xz
main/duplicity: add py-lockfile to deps
Diffstat (limited to 'main/duplicity')
-rw-r--r--main/duplicity/APKBUILD4
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"