summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76daa28ff777..6f408537fbc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = reportbug
pkgdesc = report bugs in the Debian distribution + python modules
pkgver = 6.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://packages.debian.org/sid/reportbug
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = reportbug
depends = python2-support
depends = apt
depends = sensible-utils
- provides = python2-reportbug=6.4.3
+ provides = python2-reportbug=6.5.0
conflicts = python2-reportbug
options = !emptydirs
source = http://ftp.debian.org/debian/pool/main/r/reportbug/reportbug_6.5.0.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 7a2a3cef2992..ded23a89683e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=reportbug
_python=python2
pkgver=6.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="report bugs in the Debian distribution + python modules"
arch=('any')
url="http://packages.debian.org/sid/reportbug"
license=('MIT')
depends=('python2-debian' 'python2-debianbts' 'python2-support' 'apt'
'sensible-utils')
-provides=('python2-reportbug=6.4.3')
+provides=("python2-reportbug=$pkgver")
conflicts=('python2-reportbug')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/r/$pkgname/${pkgname}_$pkgver.tar.bz2)