index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:24:05 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 20:24:05 +0200 |
commit | 5fdb4debeeb3884bceafcd612206c1c890bf0ecb (patch) | |
tree | 73815ebed70e02f8cca01f31ce5ce23764b8f579 /community | |
parent | 0993392f3661a3105ea83886756d5cf647147439 (diff) |
-rw-r--r-- | community/ruby-rdoc/PKGBUILD | 3 |
diff --git a/community/ruby-rdoc/PKGBUILD b/community/ruby-rdoc/PKGBUILD index f41379db..d5ccec16 100644 --- a/community/ruby-rdoc/PKGBUILD +++ b/community/ruby-rdoc/PKGBUILD @@ -1,6 +1,5 @@ # bootstrapping with ruby-bootstrap in /opt/ruby-xxx -depends=(${depends[@]//ruby/}) -depends+='ruby-bootstrap' +depends=('ruby-bootstrap' 'ruby-psych') # install to final destination in /usr and not into /opt/ruby-xxx eval "$( |