diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-22 09:25:53 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-22 09:25:53 -0200 |
commit | 5acaa618e9927b378b4a73513863a86a0d27836d (patch) | |
tree | 1b10a6b49372a5dcb06b5034afda2a31c3c15806 /nonprism/duplicity | |
parent | 241b99e404fcbb9c70eb763f333cb9163bf30c71 (diff) | |
download | abslibre-5acaa618e9927b378b4a73513863a86a0d27836d.tar.gz abslibre-5acaa618e9927b378b4a73513863a86a0d27836d.tar.bz2 abslibre-5acaa618e9927b378b4a73513863a86a0d27836d.zip |
duplicity-0.6.25-1.nonprism1: updating version
Diffstat (limited to 'nonprism/duplicity')
-rw-r--r-- | nonprism/duplicity/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/nonprism/duplicity/PKGBUILD b/nonprism/duplicity/PKGBUILD index f1fb1feef..208891712 100644 --- a/nonprism/duplicity/PKGBUILD +++ b/nonprism/duplicity/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 110919 2014-05-09 15:34:16Z lfleischer $ +# $Id: PKGBUILD 121163 2014-10-21 19:14:35Z 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.24 +pkgver=0.6.25 pkgrel=1.nonprism1 -pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm, without python2-gdata recommendation' +pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm, without python2-boto and python2-gdata recommendation' arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/duplicity/' license=('GPL') @@ -16,14 +16,11 @@ conflicts=(${pkgname}-nonprism) depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile') makedepends=('python2-setuptools') optdepends=('lftp: FTPS backend' - 'python2-boto: Amazon S3 backend' 'python2-gobject: GIO backend' 'gvfs: GIO backend' - 'python2-httplib2: Ubuntu One backend' - 'python2-oauthlib: Ubuntu One backend' 'rsync: rsync backend') source=("https://launchpad.net/$pkgname/0.6-series/$pkgver/+download/$pkgname-$pkgver.tar.gz"{,.sig}) -md5sums=('5d4e9329a6d793880909d18b0736ff06' +md5sums=('bf5aa7f09f8c96e732dd870c0abf5bbf' 'SKIP') build() { |