diff options
Diffstat (limited to 'nonprism/duplicity/PKGBUILD')
-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() { |