summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0f4ac676776..f320ce0fcc84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=duply
_mainver=2.2
#pkgver=$_mainver.0
-pkgver=$_mainver
+pkgver=$_mainver.1
pkgrel=1
pkgdesc="A shell front end for duplicity. It manages backup job settings in profiles and allows to batch execute commands."
arch=('any')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('duplicity')
makedepends=('txt2man')
source=( "http://downloads.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/${_mainver}.x/${pkgname}_${pkgver}.tgz")
-md5sums=('1ea50f06e51f389c1f4075c2dbaecbc5')
+md5sums=('f7c2859df687db41aa7045edcf2eb502')
prepare() {
cd "${srcdir}/${pkgname}_${pkgver}"