summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1394a64a8470..3d8186acf42b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Francois Boulogne <fboulogne at april dot org>
pkgname=python-vitalus
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
pkgdesc="Python rsync wrapper for backup"
arch=('any')
url="https://github.com/sciunto/Vitalus"
@@ -11,8 +11,8 @@ license=('GPL3')
depends=('python' 'python-psutil' 'rsync')
makedepends=('python-setuptools')
checkdepends=('python-nose')
-source=(https://pypi.python.org/packages/source/V/Vitalus/Vitalus-${pkgver}.tar.gz)
-sha256sums=('a8fa40e8691d0416d4d30c3c9d900ff575b9dfdec3f954c193b2b23dd766ae77')
+source=(https://github.com/sciunto/Vitalus/archive/v${pkgver}.tar.gz)
+sha256sums=('5e6b1f3a617aa281804f50ff08c9954e5ebd51ea42cc7b1fcf5564fcc23e436e')
check() {
cd "$srcdir/Vitalus-$pkgver"