summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2018-08-08 20:49:12 +0200
committerGiovanni Santini2018-08-08 20:49:12 +0200
commit27382e82a7520c66d5bf8bca72128bf1b2593dcc (patch)
tree336ca722848d93ac6fd610025b0abd9f05c80cdf /PKGBUILD
parent18f777e0025e8038481d9db0e6ac01901e5f0c02 (diff)
downloadaur-27382e82a7520c66d5bf8bca72128bf1b2593dcc.tar.gz
upgpkg: devscripts 2.18.3-2
- Moving *sensible-utils* from an optional to a required package Fixes issue #4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6c398edde21..c8d17e3bebb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=devscripts
pkgver=2.18.3
-pkgrel=1
+pkgrel=2
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('i686' 'x86_64')
url="https://tracker.debian.org/pkg/devscripts"
license=('GPL2')
-depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper' 'perl-timedate')
-optdepends=('sensible-utils: for sensible alternative selection')
+depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper' 'perl-timedate'
+ 'sensible-utils')
makedepends=(
'docbook-xsl'
'bash-completion'