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 cdd4bb53f..94e134016 100644 --- a/nonprism/duplicity/PKGBUILD +++ b/nonprism/duplicity/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 129248 2015-03-14 13:31:03Z foutrelis $ -# Maintainer (Arch): Lukas Fleischer <archlinux at cryptocrack dot de> +# $Id: PKGBUILD 133848 2015-05-19 21:51:01Z lfleischer $ +# Maintainer (Arch): Lukas Fleischer <lfleischer at archlinux dot org> # Contributor (Arch): Kaiting Chen <kaitocracy@gmail.com> # Contributor (Arch): Aaron Schaefer <aaron@elasticdog.com> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=duplicity -pkgver=0.7.02 +pkgver=0.7.03 pkgrel=1.nonprism1 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm, without python2-boto, python2-dropbox and python2-gdata recommendation' arch=('i686' 'x86_64' 'mips64el') @@ -20,7 +20,7 @@ optdepends=('lftp: FTPS backend' 'gvfs: GIO backend' 'rsync: rsync backend') source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig}) -md5sums=('a6a19b89e50dd52567b6c6c2cc37b9aa' +md5sums=('96b79a22144d4853615f4bc537caaac1' 'SKIP') validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600') |