diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:15:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:53:02 +0000 |
commit | 78bd8b96b1cc618c19ff38aa75aece6026edb5e0 (patch) | |
tree | 8c3412128aa11c6bc16e19a8070f0eedeaaf3635 /main/duplicity | |
parent | 34bf6440cde26e27e9691edfd86f2e834c6edd83 (diff) | |
download | aports-78bd8b96b1cc618c19ff38aa75aece6026edb5e0.tar.bz2 aports-78bd8b96b1cc618c19ff38aa75aece6026edb5e0.tar.xz |
main/[various]: rebuild against python-2.7
Diffstat (limited to 'main/duplicity')
-rw-r--r-- | main/duplicity/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD index 19520d99fd..e12da493a3 100644 --- a/main/duplicity/APKBUILD +++ b/main/duplicity/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=duplicity pkgver=0.6.13 -pkgrel=0 +pkgrel=1 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" arch="all" |