diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:39 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:39 +0200 |
commit | a90a9a838b34a424e905e2ab558308e59ff8eebf (patch) | |
tree | 693db8fc6ae6a1495ebba3356885e3f4da886a1a /hadoop/PKGBUILD | |
parent | 768f9820b6ecaa5abb4d19bff8a7c5bf3ee4c14a (diff) | |
download | archlinuxewe-a90a9a838b34a424e905e2ab558308e59ff8eebf.tar.xz |
hadoop: rebuild
Diffstat (limited to 'hadoop/PKGBUILD')
-rw-r--r-- | hadoop/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hadoop/PKGBUILD b/hadoop/PKGBUILD index 88f05099e..5219b7072 100644 --- a/hadoop/PKGBUILD +++ b/hadoop/PKGBUILD @@ -8,13 +8,13 @@ pkgname='hadoop' pkgver=3.3.4 -pkgrel=9 +pkgrel=10 pkgdesc='MapReduce implementation and distributed filesystem' arch=('i686' 'pentium4' 'x86_64') url='http://hadoop.apache.org' license=('apache') _pinned_dependencies=( - 'gcc-libs=13.1.1' + 'gcc-libs=13.2.1' 'glibc>=2.31' 'libcrypto.so=3' 'libsasl2.so=3' |