summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 547a8af9ac36..b80b65f45a51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Simon Conseil <contact+aur at saimon dot org>
pkgname=checkoutmanager
-pkgver=2.4.1
+pkgver=2.5
pkgrel=1
pkgdesc="Gives you overview and control over your git/hg/bzr/svn checkouts/clones"
arch=('any')
url="https://pypi.python.org/pypi/checkoutmanager"
license=('GPL')
depends=('python')
-source=("https://pypi.python.org/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('cff92bff9014d81a402d9c332e074ec6')
+source=("https://files.pythonhosted.org/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('245e78b952098c1ae3cde26d557c0322')
package() {
cd "$srcdir/$pkgname-$pkgver"