summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad9c1b17da56..fb15c76db628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = reportbug
pkgdesc = report bugs in the Debian distribution + python modules
- pkgver = 6.6.3
+ pkgver = 6.6.4
pkgrel = 1
url = http://packages.debian.org/sid/reportbug
arch = any
@@ -10,12 +10,12 @@ pkgbase = reportbug
depends = python2-support
depends = apt
depends = sensible-utils
- provides = python2-reportbug=6.6.3
+ provides = python2-reportbug=6.6.4
conflicts = python2-reportbug
options = !emptydirs
backup = etc/reportbug.conf
- source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.6.3.tar.bz2
- sha256sums = a1b7945d08c8e7007615f28c0dac7f41b71a33ac60c79a7648a26942b9096d9e
+ source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.6.4.tar.bz2
+ sha256sums = 6484a59cc6cc02d4f27d3f6611a5232ec74b3c443529bf2702f0da45e06cf7b3
pkgname = reportbug
diff --git a/PKGBUILD b/PKGBUILD
index d32eae27f3d3..22547143a8bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=reportbug
_python=python2
-pkgver=6.6.3
+pkgver=6.6.4
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=('a1b7945d08c8e7007615f28c0dac7f41b71a33ac60c79a7648a26942b9096d9e')
+sha256sums=('6484a59cc6cc02d4f27d3f6611a5232ec74b3c443529bf2702f0da45e06cf7b3')
build() {
cd "$srcdir/$pkgname-$pkgver"