index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | build-support/ruby-activesupport-bootstrap/PKGBUILD | 7 |
diff --git a/build-support/ruby-activesupport-bootstrap/PKGBUILD b/build-support/ruby-activesupport-bootstrap/PKGBUILD index 6d2c886f..e7a28624 100644 --- a/build-support/ruby-activesupport-bootstrap/PKGBUILD +++ b/build-support/ruby-activesupport-bootstrap/PKGBUILD @@ -3,7 +3,7 @@ _name=activesupport pkgname=ruby-activesupport-bootstrap _pkgname=ruby-activesupport -pkgver='6.0.3.1' +pkgver='6.0.3.2' pkgrel='1' pkgdesc='A collection of utility classes and standard library extensions' arch=('any') @@ -17,7 +17,10 @@ checkdepends=('ruby-minitest') options=(!emptydirs) source=("${_pkgname}-${pkgver}::git+https://github.com/rails/rails#tag=v${pkgver}?signed") sha512sums=('SKIP') -validpgpkeys=('54FE550EA35E26D7C75362C1FC23B6D0F1EEE948') # Rafael Mendonça França <rafael.ufs@gmail.com> +validpgpkeys=( + '54FE550EA35E26D7C75362C1FC23B6D0F1EEE948' # Rafael Mendonça França <rafael.ufs@gmail.com> + '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6' # Aaron Patterson <tenderlove@ruby-lang.org> +) provides=("${_pkgname}=${pkgver}") prepare() { |