diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-19 03:41:13 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-19 03:41:13 -0200 |
commit | 8128fd3f151d688aa7b8238fa1282e5122eae50a (patch) | |
tree | 34771d7492e3076147198d2847f344ccbd353d98 /nonprism/duplicity | |
parent | 9b791c8d098f78f5805ec0ed7aa47afc1f79e6b8 (diff) | |
download | abslibre-8128fd3f151d688aa7b8238fa1282e5122eae50a.tar.gz abslibre-8128fd3f151d688aa7b8238fa1282e5122eae50a.tar.bz2 abslibre-8128fd3f151d688aa7b8238fa1282e5122eae50a.zip |
duplicity-0.7.0-1.nonprism1: updating version
Diffstat (limited to 'nonprism/duplicity')
-rw-r--r-- | nonprism/duplicity/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/duplicity/PKGBUILD b/nonprism/duplicity/PKGBUILD index 208891712..d917cec8e 100644 --- a/nonprism/duplicity/PKGBUILD +++ b/nonprism/duplicity/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 121163 2014-10-21 19:14:35Z lfleischer $ +# $Id: PKGBUILD 122567 2014-11-14 10:39:15Z lfleischer $ # Maintainer (Arch): Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor (Arch): Kaiting Chen <kaitocracy@gmail.com> # Contributor (Arch): Aaron Schaefer <aaron@elasticdog.com> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=duplicity -pkgver=0.6.25 +pkgver=0.7.0 pkgrel=1.nonprism1 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm, without python2-boto and python2-gdata recommendation' arch=('i686' 'x86_64' 'mips64el') @@ -19,8 +19,8 @@ optdepends=('lftp: FTPS backend' 'python2-gobject: GIO backend' 'gvfs: GIO backend' 'rsync: rsync backend') -source=("https://launchpad.net/$pkgname/0.6-series/$pkgver/+download/$pkgname-$pkgver.tar.gz"{,.sig}) -md5sums=('bf5aa7f09f8c96e732dd870c0abf5bbf' +source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}0/+download/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('1408856ecdfc2ec7fcf7e384fd87384d' 'SKIP') build() { |