summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed37914141a9..cb7eebb28bd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = reportbug
pkgdesc = report bugs in the Debian distribution + python modules
- pkgver = 6.4.3
- pkgrel = 2
+ pkgver = 6.4.4
+ pkgrel = 1
url = http://packages.debian.org/sid/reportbug
arch = any
license = MIT
@@ -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.3.tar.bz2
- md5sums = f6478b830615438232d8a64d47b55ee8
+ source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.4.4.tar.bz2
+ md5sums = 76e22a7a5e536afd5e7e04cecd3477b3
pkgname = reportbug
diff --git a/PKGBUILD b/PKGBUILD
index f4d64dd04b38..4fb8f79f841e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=reportbug
_python=python2
-pkgver=6.4.3
-pkgrel=2
+pkgver=6.4.4
+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=6.4.3')
conflicts=('python2-reportbug')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/r/$pkgname/${pkgname}_$pkgver.tar.bz2)
-md5sums=('f6478b830615438232d8a64d47b55ee8')
+md5sums=('76e22a7a5e536afd5e7e04cecd3477b3')
build() {
cd "$srcdir/$pkgname-$pkgver"