summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-12-03 11:23:15 +0100
committerJohannes Dewender2014-12-03 11:23:15 +0100
commit4dc0f6e2fe9d5119438068af9ffebeda0ef54cf2 (patch)
tree4084559b09f7b81bd676e9caa99f1d539bdb5093
parent5b65df310d1b70633c801ef5ab657db45106e87a (diff)
downloadaur-4dc0f6e2fe9d5119438068af9ffebeda0ef54cf2.tar.gz
reportbug: 6.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f408537fbc5..53cd7348ceaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = reportbug
pkgdesc = report bugs in the Debian distribution + python modules
- pkgver = 6.5.0
- pkgrel = 2
+ pkgver = 6.6.1
+ pkgrel = 1
url = http://packages.debian.org/sid/reportbug
arch = any
license = MIT
@@ -10,11 +10,11 @@ pkgbase = reportbug
depends = python2-support
depends = apt
depends = sensible-utils
- provides = python2-reportbug=6.5.0
+ provides = python2-reportbug=6.6.1
conflicts = python2-reportbug
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.5.0.tar.bz2
- sha256sums = a54dc004b86b1c500b7fec8f54f24d46edb7ec0f3baf21c239ba48531aa69589
+ source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.6.1.tar.bz2
+ sha256sums = aff6272f17a05455d94e57b4ce3ce8782519aa3c0e5ec5036af89788df533d31
pkgname = reportbug
diff --git a/PKGBUILD b/PKGBUILD
index ded23a89683e..898b3d64e7e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=reportbug
_python=python2
-pkgver=6.5.0
-pkgrel=2
+pkgver=6.6.1
+pkgrel=1
pkgdesc="report bugs in the Debian distribution + python modules"
arch=('any')
url="http://packages.debian.org/sid/reportbug"
@@ -13,7 +13,7 @@ provides=("python2-reportbug=$pkgver")
conflicts=('python2-reportbug')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/r/$pkgname/${pkgname}_$pkgver.tar.bz2)
-sha256sums=('a54dc004b86b1c500b7fec8f54f24d46edb7ec0f3baf21c239ba48531aa69589')
+sha256sums=('aff6272f17a05455d94e57b4ce3ce8782519aa3c0e5ec5036af89788df533d31')
build() {
cd "$srcdir/$pkgname-$pkgver"