summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-08-14 22:42:38 +0200
committerJohannes Dewender2016-08-14 22:42:38 +0200
commit74bc9b945e34925dff052b70583278e108a0665b (patch)
tree6d96b7674a7d7a154bc96ff60db1674ee98b7351
parent25de333800746292718dc758b8606cbb177fe16f (diff)
downloadaur-74bc9b945e34925dff052b70583278e108a0665b.tar.gz
2.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfdc420d7063..e8f7268e2a24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 8 18:42:35 UTC 2016
+# Sun Aug 14 20:42:38 UTC 2016
pkgbase = python2-debianbts
pkgdesc = Python interface to Debians Bug Tracking System
- pkgver = 2.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = http://packages.debian.org/sid/python-debianbts
arch = any
@@ -10,8 +10,8 @@ pkgbase = python2-debianbts
makedepends = python-pysimplesoap
makedepends = python2-pysimplesoap
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/p/python-debianbts/python-debianbts_2.6.0.tar.xz
- sha256sums = 61781b5aa708c27b0bbbec5a72ff71c6770a453ce64ffae9d23c815031956231
+ source = http://ftp.debian.org/debian/pool/main/p/python-debianbts/python-debianbts_2.6.1.tar.xz
+ sha256sums = 9dda03ffa01479c2b98b8d9dcde15cb6bdfdaa7cbedc0114ecb553ce5a4ef459
pkgname = python2-debianbts
depends = python2-pysimplesoap
diff --git a/PKGBUILD b/PKGBUILD
index fd429c4f0070..c294a3609dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=('python2-debianbts' 'python-debianbts')
_pkgname=python-debianbts
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
pkgdesc="Python interface to Debians Bug Tracking System"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL2')
makedepends=('python-pysimplesoap' 'python2-pysimplesoap')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/p/$_pkgname/${_pkgname}_$pkgver.tar.xz)
-sha256sums=('61781b5aa708c27b0bbbec5a72ff71c6770a453ce64ffae9d23c815031956231')
+sha256sums=('9dda03ffa01479c2b98b8d9dcde15cb6bdfdaa7cbedc0114ecb553ce5a4ef459')
build() {
cd "$srcdir/$_pkgname-$pkgver"