[arch-commits] Commit in ruby/trunk (PKGBUILD)
Anatol Pomozov
anatolik at gemini.archlinux.org
Thu Dec 2 20:13:38 UTC 2021
Date: Thursday, December 2, 2021 @ 20:13:38
Author: anatolik
Revision: 430408
FS#72841: move libxcrypt to the proper depends() list
Modified:
ruby/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 20:12:08 UTC (rev 430407)
+++ PKGBUILD 2021-12-02 20:13:38 UTC (rev 430408)
@@ -9,7 +9,6 @@
arch=(x86_64)
url='https://www.ruby-lang.org/en/'
license=(BSD custom)
-depends=(libxcrypt)
makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
options=(!emptydirs)
source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
@@ -39,7 +38,7 @@
package_ruby() {
pkgdesc='An object-oriented language for quick and easy programming'
- depends=(gdbm openssl libffi libyaml gmp zlib rubygems ruby-irb)
+ depends=(gdbm openssl libffi libyaml libxcrypt gmp zlib rubygems ruby-irb)
optdepends=(
'ruby-docs: Ruby documentation'
'tk: for Ruby/TK'
More information about the arch-commits
mailing list