diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-28 02:45:32 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-28 12:51:48 -0300 |
commit | 206a63ef28ce0f2669ac5bc5282a8df488421a0c (patch) | |
tree | 3ce2eb28de621da61e71ea8aa7f627c820f351d8 /nonprism/duplicity | |
parent | f6e3f664e6d9e59a7461b642a3c727b1ebe6a54d (diff) | |
download | abslibre-206a63ef28ce0f2669ac5bc5282a8df488421a0c.tar.gz abslibre-206a63ef28ce0f2669ac5bc5282a8df488421a0c.tar.bz2 abslibre-206a63ef28ce0f2669ac5bc5282a8df488421a0c.zip |
duplicity-0.7.05-1.nonprism1: updating version
Diffstat (limited to 'nonprism/duplicity')
-rw-r--r-- | nonprism/duplicity/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/nonprism/duplicity/PKGBUILD b/nonprism/duplicity/PKGBUILD index 94e134016..36cecd9e9 100644 --- a/nonprism/duplicity/PKGBUILD +++ b/nonprism/duplicity/PKGBUILD @@ -1,14 +1,13 @@ -# $Id: PKGBUILD 133848 2015-05-19 21:51:01Z lfleischer $ -# Maintainer (Arch): Lukas Fleischer <lfleischer at archlinux dot org> +# Maintainer (Arch): Lukas Fleischer <lfleischer@archlinux.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.03 +pkgver=0.7.05 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') +arch=('i686' 'x86_64') url='http://www.nongnu.org/duplicity/' license=('GPL') replaces=(${pkgname}-nonprism) @@ -20,7 +19,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=('96b79a22144d4853615f4bc537caaac1' +md5sums=('b2f28a48aa392e81c740ac30d28e9250' 'SKIP') validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600') |