diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:34:28 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:34:28 +0100 |
commit | c7d49b64def4828ebc4f4eda5e96526309fa4b5f (patch) | |
tree | 69938e84bc448b0f75dd8e7b171e312c8524dd3e /hadoop | |
parent | cd932a2f533196dcdec3a42e7576408a9c692c49 (diff) | |
download | archlinuxewe-c7d49b64def4828ebc4f4eda5e96526309fa4b5f.tar.xz |
hadoop: rebuild
Diffstat (limited to 'hadoop')
-rw-r--r-- | hadoop/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hadoop/PKGBUILD b/hadoop/PKGBUILD index 256f2bc0a..f646b875f 100644 --- a/hadoop/PKGBUILD +++ b/hadoop/PKGBUILD @@ -8,7 +8,7 @@ pkgname='hadoop' pkgver=3.3.4 -pkgrel=4 +pkgrel=5 pkgdesc='MapReduce implementation and distributed filesystem' arch=('i686' 'pentium4' 'x86_64') url='http://hadoop.apache.org' @@ -16,8 +16,8 @@ license=('apache') _pinned_dependencies=( 'gcc-libs=12.2.0' 'glibc>=2.31' + 'libcrypto.so=3' 'libsasl2.so=3' - 'openssl=3.0.7' 'snappy=1.1.9' 'zlib=1:1.2.13' ) |