summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb7eebb28bd8..76daa28ff777 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = reportbug
pkgdesc = report bugs in the Debian distribution + python modules
- pkgver = 6.4.4
+ pkgver = 6.5.0
pkgrel = 1
url = http://packages.debian.org/sid/reportbug
arch = any
@@ -13,8 +13,8 @@ pkgbase = reportbug
provides = python2-reportbug=6.4.3
conflicts = python2-reportbug
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.4.4.tar.bz2
- md5sums = 76e22a7a5e536afd5e7e04cecd3477b3
+ source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.5.0.tar.bz2
+ sha256sums = a54dc004b86b1c500b7fec8f54f24d46edb7ec0f3baf21c239ba48531aa69589
pkgname = reportbug
diff --git a/PKGBUILD b/PKGBUILD
index 4fb8f79f841e..7a2a3cef2992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=reportbug
_python=python2
-pkgver=6.4.4
+pkgver=6.5.0
pkgrel=1
pkgdesc="report bugs in the Debian distribution + python modules"
arch=('any')
@@ -13,7 +13,7 @@ provides=('python2-reportbug=6.4.3')
conflicts=('python2-reportbug')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/r/$pkgname/${pkgname}_$pkgver.tar.bz2)
-md5sums=('76e22a7a5e536afd5e7e04cecd3477b3')
+sha256sums=('a54dc004b86b1c500b7fec8f54f24d46edb7ec0f3baf21c239ba48531aa69589')
build() {
cd "$srcdir/$pkgname-$pkgver"