summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-07-10 17:46:44 +0200
committerJohannes Dewender2014-07-10 17:46:44 +0200
commit1747c5bb6da5ceebce8b39f69293e9b1c9cfd1b3 (patch)
tree7925f5f7b8614ad9595008ef34a8afd0e03442c9
parent2c2dbdf04f6479762e306c5166d184e04b3973f9 (diff)
downloadaur-1747c5bb6da5ceebce8b39f69293e9b1c9cfd1b3.tar.gz
python2-debianbts: 1.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4a0fd7eed6e..eb16dc0324c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-debianbts
pkgdesc = Python interface to Debians Bug Tracking System
- pkgver = 1.11
+ pkgver = 1.12
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://ftp.debian.org/debian/pool/main/p/python-debianbts/python-debianbts_1.11.tar.gz
- md5sums = 6f24b4f2185a1ea6c7d7cf039ff85543
+ source = http://ftp.debian.org/debian/pool/main/p/python-debianbts/python-debianbts_1.12.tar.xz
+ sha256sums = 1b3e6b8a9618e63bb9f6f945230588cdcb273fb1fcb959c9811d435e1b0e896f
pkgname = python2-debianbts
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"