summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-03-23 23:01:11 +0100
committerJohannes Dewender2016-03-23 23:01:11 +0100
commit9fc67f0e977710083433c132b8f92639d9d285ec (patch)
tree4c1325ed47bd0d0a21d41e929343cc24709c23d6
parentd7b0f80a5831f4db5b5e4f2fc38bc588d6663f9a (diff)
downloadaur-9fc67f0e977710083433c132b8f92639d9d285ec.tar.gz
6.6.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb15c76db628..fa53a2d6e6a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Mar 23 22:01:11 UTC 2016
pkgbase = reportbug
pkgdesc = report bugs in the Debian distribution + python modules
- pkgver = 6.6.4
+ pkgver = 6.6.6
pkgrel = 1
url = http://packages.debian.org/sid/reportbug
arch = any
@@ -10,12 +12,12 @@ pkgbase = reportbug
depends = python2-support
depends = apt
depends = sensible-utils
- provides = python2-reportbug=6.6.4
+ provides = python2-reportbug=6.6.6
conflicts = python2-reportbug
options = !emptydirs
backup = etc/reportbug.conf
- source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.6.4.tar.bz2
- sha256sums = 6484a59cc6cc02d4f27d3f6611a5232ec74b3c443529bf2702f0da45e06cf7b3
+ source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.6.6.tar.bz2
+ sha256sums = d9667bde27f8a275a96c200dd7492fd4318ca3924c86abcd4413d95eb2261e35
pkgname = reportbug
diff --git a/PKGBUILD b/PKGBUILD
index 22547143a8bd..4ff18f0ec131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=reportbug
_python=python2
-pkgver=6.6.4
+pkgver=6.6.6
pkgrel=1
pkgdesc="report bugs in the Debian distribution + python modules"
arch=('any')
@@ -14,7 +14,7 @@ conflicts=('python2-reportbug')
options=(!emptydirs)
backup=('etc/reportbug.conf')
source=(http://ftp.debian.org/debian/pool/main/r/$pkgname/${pkgname}_$pkgver.tar.bz2)
-sha256sums=('6484a59cc6cc02d4f27d3f6611a5232ec74b3c443529bf2702f0da45e06cf7b3')
+sha256sums=('d9667bde27f8a275a96c200dd7492fd4318ca3924c86abcd4413d95eb2261e35')
build() {
cd "$srcdir/$pkgname-$pkgver"