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