Fix packages dependencies
This commit is contained in:
parent
309e23eba0
commit
aa7ffd8ccf
@ -7,6 +7,7 @@ pkgdesc="Programmable completion for the bash shell"
|
||||
arch=('any')
|
||||
url="http://bash-completion.alioth.debian.org/"
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
depends=('bash')
|
||||
options=('!emptydirs' '!makeflags')
|
||||
source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
|
||||
|
||||
@ -7,7 +7,7 @@ pkgdesc='Text file format converter'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://waterlan.home.xs4all.nl/dos2unix.html'
|
||||
license=('BSD')
|
||||
depends=('glibc')
|
||||
depends=('libintl')
|
||||
makedepends=('perl')
|
||||
conflicts=('hd2u')
|
||||
source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz"
|
||||
|
||||
@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/patch/patch.html"
|
||||
license=('GPL')
|
||||
groups=('base-devel')
|
||||
depends=('glibc')
|
||||
depends=('msys2-runtime')
|
||||
makedepends=('ed')
|
||||
optdepends=('ed: for patch -e functionality')
|
||||
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user