summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2018-08-08 20:49:12 +0200
committerGiovanni Santini2018-08-08 20:49:12 +0200
commit27382e82a7520c66d5bf8bca72128bf1b2593dcc (patch)
tree336ca722848d93ac6fd610025b0abd9f05c80cdf
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 215b357e7612..cdae60cbbfac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = devscripts
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
pkgver = 2.18.3
- pkgrel = 1
+ pkgrel = 2
url = https://tracker.debian.org/pkg/devscripts
arch = i686
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = devscripts
depends = debianutils
depends = debhelper
depends = perl-timedate
- optdepends = sensible-utils: for sensible alternative selection
+ depends = sensible-utils
options = !makeflags
source = devscripts::git+https://anonscm.debian.org/git/collab-maint/devscripts.git#tag=v2.18.3
source = fixes.patch
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'