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 15e582a87373..e767b7e2eb3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-debianbts
_pkgname=python-debianbts
_python=python2
-pkgver=1.10
+pkgver=1.11
pkgrel=1
pkgdesc="Python interface to Debians Bug Tracking System"
arch=('any')
@@ -12,8 +12,8 @@ depends=('python2-soappy' 'python2-support')
makedepends=()
conflicts=()
options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz)
-md5sums=('828d82eaa8884b51b29343c30de9458b')
+source=(http://ftp.debian.org/debian/pool/main/p/$_pkgname/${_pkgname}_$pkgver.tar.gz)
+md5sums=('6f24b4f2185a1ea6c7d7cf039ff85543')
build() {
cd "$srcdir/$_pkgname-$pkgver"