summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 179e9bd4da1b..16256628b852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = reportbug
pkgdesc = report bugs in the Debian distribution + python modules
- pkgver = 6.6.1
- pkgrel = 3
+ pkgver = 6.6.2
+ pkgrel = 1
url = http://packages.debian.org/sid/reportbug
arch = any
license = MIT
@@ -10,12 +10,12 @@ pkgbase = reportbug
depends = python2-support
depends = apt
depends = sensible-utils
- provides = python2-reportbug=6.6.1
+ provides = python2-reportbug=6.6.2
conflicts = python2-reportbug
options = !emptydirs
backup = etc/reportbug.conf
- source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.6.1.tar.bz2
- sha256sums = aff6272f17a05455d94e57b4ce3ce8782519aa3c0e5ec5036af89788df533d31
+ source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.6.2.tar.bz2
+ sha256sums = 2d1567492de001598b693c62657b6d1c1c0b2b9bffbac8ebf972dbd7cb111ce6
pkgname = reportbug
diff --git a/PKGBUILD b/PKGBUILD
index 2c35baf0b8e0..06b5b3142583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=reportbug
_python=python2
-pkgver=6.6.1
-pkgrel=3
+pkgver=6.6.2
+pkgrel=1
pkgdesc="report bugs in the Debian distribution + python modules"
arch=('any')
url="http://packages.debian.org/sid/reportbug"
@@ -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=('aff6272f17a05455d94e57b4ce3ce8782519aa3c0e5ec5036af89788df533d31')
+sha256sums=('2d1567492de001598b693c62657b6d1c1c0b2b9bffbac8ebf972dbd7cb111ce6')
build() {
cd "$srcdir/$pkgname-$pkgver"