summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a88bca17324..f4d64dd04b38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=reportbug
_python=python2
pkgver=6.4.3
-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')
+depends=('python2-debian' 'python2-debianbts' 'python2-support' 'apt'
+'sensible-utils')
provides=('python2-reportbug=6.4.3')
conflicts=('python2-reportbug')
options=(!emptydirs)