Move dependencies over to procps-ng
While it provides the old name, this is clearer.
This commit is contained in:
parent
b016ca309b
commit
9be80f5b7b
@ -2,13 +2,13 @@
|
||||
|
||||
pkgname=grml-zsh-config
|
||||
pkgver=0.19.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="grml's zsh setup"
|
||||
arch=('any')
|
||||
url='https://grml.org/zsh/'
|
||||
license=('GPL2')
|
||||
provides=('grmlzshrc')
|
||||
depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
|
||||
depends=('zsh' 'coreutils' 'grep' 'sed' 'procps-ng')
|
||||
makedepends=('txt2tags')
|
||||
source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz")
|
||||
sha256sums=('1db01be33c9dd6aa62ab0982e2a566161ab7c474ee99466bfe89f34b642cb393')
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=make
|
||||
pkgver=4.4.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="GNU make utility to maintain groups of programs"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.gnu.org/software/make"
|
||||
@ -12,7 +12,7 @@ msys2_references=(
|
||||
)
|
||||
license=('GPL3')
|
||||
depends=('libintl' 'sh')
|
||||
makedepends=('gettext' 'procps' 'autotools' 'gcc' 'gettext-devel')
|
||||
makedepends=('gettext' 'procps-ng' 'autotools' 'gcc' 'gettext-devel')
|
||||
options=() # 'debug' '!strip')
|
||||
source=("https://ftp.gnu.org/gnu/make/${pkgname}-${pkgver}.tar.gz"{,.sig})
|
||||
sha256sums=('dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user