summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicah Halter2019-12-01 10:49:46 -0500
committerMicah Halter2019-12-01 10:49:46 -0500
commit45c5a37c565cfad1272774bcf4c9b1848632bc05 (patch)
tree257158bcc9586bfa92e142381ed42d3f302c80b8 /PKGBUILD
parent6675950125568dbae87732cb44f48f977741b5e9 (diff)
downloadaur-45c5a37c565cfad1272774bcf4c9b1848632bc05.tar.gz
Updated package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9db8f77dccb..dea538489af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Matej Grabovsky <matej.grabovsky at gmail>
+# Maintainer: mehalter <micah at mehalter.com>
+# Contributor: Matej Grabovsky <matej.grabovsky at gmail>
# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Alexsandr Pavlov <kidoz at mail dot ru>
_gemname=rails
pkgname=ruby-$_gemname
-pkgver=6.0.0
+pkgver=6.0.1
pkgrel=1
pkgdesc='Full-stack web application framework.'
arch=(any)
@@ -17,7 +18,7 @@ depends=(ruby ruby-activesupport ruby-actionpack ruby-actionview ruby-activemode
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('dcb924cb0e7ec85c9773f9711caac1fd7c8f3791eb42d389dd6967d02545fdc2')
+sha256sums=('87c242b5dbac85026ef3fe1278a51bee6d81913fb631465c4bfee2e8e8759ec8')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"