typo in depends array

This commit is contained in:
Alad Wenter 2016-05-03 11:56:08 +02:00
parent f486a59c63
commit 4b47e81cad
2 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Mon May 2 07:49:15 UTC 2016 # Tue May 3 09:56:05 UTC 2016
pkgbase = aurutils pkgbase = aurutils
pkgdesc = helper tools for the arch user repository pkgdesc = helper tools for the arch user repository
pkgver = 0.8.4 pkgver = 0.8.4
@ -14,6 +14,9 @@ pkgbase = aurutils
depends = jshon depends = jshon
depends = expac depends = expac
depends = aria2 depends = aria2
depends = repose
depends = pacutils
depends = datamash
optdepends = devtools: build in an nspawn container optdepends = devtools: build in an nspawn container
optdepends = vifm: improved build file interaction optdepends = vifm: improved build file interaction
source = https://github.com/AladW/aurutils/archive/0.8.4.tar.gz source = https://github.com/AladW/aurutils/archive/0.8.4.tar.gz

View file

@ -7,8 +7,8 @@ url=https://github.com/AladW/aurutils
license=('ISC') license=('ISC')
source=("$url/archive/$pkgver.tar.gz") source=("$url/archive/$pkgver.tar.gz")
md5sums=('e1d0033cc330e1901710c7970823a9f2') md5sums=('e1d0033cc330e1901710c7970823a9f2')
depends=('pacman>=5.0' 'git' 'jshon' 'expac' 'aria2') depends=('pacman>=5.0' 'git' 'jshon' 'expac' 'aria2'
'repose' 'pacutils' 'datamash' 'repose' 'pacutils' 'datamash')
checkdepends=('shellcheck') checkdepends=('shellcheck')
makedepends=('git') makedepends=('git')
optdepends=('devtools: build in an nspawn container' optdepends=('devtools: build in an nspawn container'