Skip to content

Commit

Permalink
Move dependencies over to procps-ng
Browse files Browse the repository at this point in the history
While it provides the old name, this is clearer.
  • Loading branch information
lazka committed Mar 31, 2024
1 parent b016ca3 commit 9be80f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions grml-zsh-config/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 2 additions & 2 deletions make/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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'
Expand Down

0 comments on commit 9be80f5

Please sign in to comment.