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 e767b7e2eb3e..8e3890c39468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Johannes Dewender arch at JonnyJD dot net
+# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python2-debianbts
_pkgname=python-debianbts
_python=python2
-pkgver=1.11
+pkgver=1.12
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://ftp.debian.org/debian/pool/main/p/$_pkgname/${_pkgname}_$pkgver.tar.gz)
-md5sums=('6f24b4f2185a1ea6c7d7cf039ff85543')
+source=(http://ftp.debian.org/debian/pool/main/p/$_pkgname/${_pkgname}_$pkgver.tar.xz)
+sha256sums=('1b3e6b8a9618e63bb9f6f945230588cdcb273fb1fcb959c9811d435e1b0e896f')
build() {
cd "$srcdir/$_pkgname-$pkgver"