summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-03-08 22:25:53 +0100
committerJohannes Dewender2013-03-08 22:25:53 +0100
commit72ab008e6379710497257f8eb3c9887b7567c6e0 (patch)
tree7e30cb3436f9a843230e6c3899a4dc7a554bfe6c
parent63b089d9389e12b46c4c47395b5029ef824a64ab (diff)
downloadaur-72ab008e6379710497257f8eb3c9887b7567c6e0.tar.gz
reportbug add sensible-utils to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d94848ab2b7..ed37914141a9 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 = 1
+ pkgrel = 2
url = http://packages.debian.org/sid/reportbug
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = reportbug
depends = python2-debianbts
depends = python2-support
depends = apt
+ depends = sensible-utils
provides = python2-reportbug=6.4.3
conflicts = python2-reportbug
options = !emptydirs
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)