diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-14 18:10:05 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-14 18:10:05 -0200 |
commit | 46645b736226bb963a90a1f8d8320c662d8855fb (patch) | |
tree | a07ff488d26ced13112f26c959ead613f80d44da /nonprism/duplicity | |
parent | 48ed95bb3a4491f8cf56486f23a4bbb59bdd2c79 (diff) | |
download | abslibre-46645b736226bb963a90a1f8d8320c662d8855fb.tar.gz abslibre-46645b736226bb963a90a1f8d8320c662d8855fb.tar.bz2 abslibre-46645b736226bb963a90a1f8d8320c662d8855fb.zip |
duplicity-0.7.01-1.nonprism1: updating version
Diffstat (limited to 'nonprism/duplicity')
-rw-r--r-- | nonprism/duplicity/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/nonprism/duplicity/PKGBUILD b/nonprism/duplicity/PKGBUILD index d917cec8e..31220cb30 100644 --- a/nonprism/duplicity/PKGBUILD +++ b/nonprism/duplicity/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 122567 2014-11-14 10:39:15Z lfleischer $ +# $Id: PKGBUILD 125883 2015-01-13 21:43:27Z 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.7.0 +pkgver=0.7.01 pkgrel=1.nonprism1 -pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm, without python2-boto and python2-gdata recommendation' +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') url='http://www.nongnu.org/duplicity/' license=('GPL') @@ -19,9 +19,10 @@ optdepends=('lftp: FTPS backend' 'python2-gobject: GIO backend' 'gvfs: GIO backend' 'rsync: rsync backend') -source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}0/+download/$pkgname-$pkgver.tar.gz"{,.sig}) -md5sums=('1408856ecdfc2ec7fcf7e384fd87384d' +source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('de6ce2b7336f45e9b39a3b83030a29f5' 'SKIP') +validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600') build() { cd "${srcdir}/${pkgname}-${pkgver}" |