diff options
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/duplicity/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nonprism/duplicity/PKGBUILD b/nonprism/duplicity/PKGBUILD index 266ab77ce..688ad88ff 100644 --- a/nonprism/duplicity/PKGBUILD +++ b/nonprism/duplicity/PKGBUILD @@ -4,7 +4,7 @@ # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=duplicity -pkgver=0.7.07.1 +pkgver=0.7.08 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' 'armv7h') @@ -19,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=('4f90bcd93f5e6ac1aa3f4519b28f5b89' +md5sums=('331fae9d910fe04ea9c5cad37ece667c' 'SKIP') validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600') |