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