[arch-commits] Commit in ruby-activesupport/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Jul 1 07:29:31 UTC 2020
Date: Wednesday, July 1, 2020 @ 07:29:30
Author: dvzrv
Revision: 657279
upgpkg: ruby-activesupport 6.0.3.1-1: Upgrading to 6.0.3.1.
Adding upstream maintainer pgp key id '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6' by Aaron Patterson <tenderlove at ruby-lang.org>.
Modified:
ruby-activesupport/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-01 07:27:39 UTC (rev 657278)
+++ PKGBUILD 2020-07-01 07:29:30 UTC (rev 657279)
@@ -2,8 +2,8 @@
_name=activesupport
pkgname=ruby-activesupport
-pkgver=6.0.2.1
-pkgrel=2
+pkgver=6.0.3.1
+pkgrel=1
pkgdesc='A collection of utility classes and standard library extensions'
arch=('any')
url="https://github.com/rails/rails/tree/master/activesupport"
@@ -16,7 +16,10 @@
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 at gmail.com>
+validpgpkeys=(
+ '54FE550EA35E26D7C75362C1FC23B6D0F1EEE948' # Rafael Mendonça França <rafael.ufs at gmail.com>
+ '4CE91B75A79828E86B1AA8BB953170BCB4FFAFC6' # Aaron Patterson <tenderlove at ruby-lang.org>
+)
prepare() {
cd "${pkgname}-${pkgver}/activesupport"
More information about the arch-commits
mailing list