summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-10-08 10:09:55 +0200
committerJohannes Dewender2013-10-08 10:09:55 +0200
commit2c2dbdf04f6479762e306c5166d184e04b3973f9 (patch)
tree08ad7c267072d72675e889adf701699fc04c35b0
parent62a510c0a71e6be6d95f0bcf5336fccc175f9fb5 (diff)
downloadaur-2c2dbdf04f6479762e306c5166d184e04b3973f9.tar.gz
python2-debianbts: 1.11
This version is old, but only released in the debian pool. Pypi still has 1.10.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b093857d970a..a4a0fd7eed6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-debianbts
pkgdesc = Python interface to Debians Bug Tracking System
- pkgver = 1.10
+ pkgver = 1.11
pkgrel = 1
url = http://packages.debian.org/sid/python-debianbts
arch = any
@@ -8,8 +8,8 @@ pkgbase = python2-debianbts
depends = python2-soappy
depends = python2-support
options = !emptydirs
- source = http://pypi.python.org/packages/source/p/python-debianbts/python-debianbts-1.10.tar.gz
- md5sums = 828d82eaa8884b51b29343c30de9458b
+ source = http://ftp.debian.org/debian/pool/main/p/python-debianbts/python-debianbts_1.11.tar.gz
+ md5sums = 6f24b4f2185a1ea6c7d7cf039ff85543
pkgname = python2-debianbts
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"