summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dd2e1f44b89..bcd6736787fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,14 @@
pkgbase = ruby-actionview
pkgdesc = Simple, battle-tested conventions and helpers for building web pages
pkgver = 6.1.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://rubyonrails.org
arch = any
license = MIT
+ checkdepends = ruby-activemodel
+ checkdepends = ruby-actionpack
+ checkdepends = ruby-railties
+ checkdepends = ruby-sqlite3
makedepends = ruby-rake
depends = ruby
depends = ruby-activesupport
@@ -13,7 +17,7 @@ pkgbase = ruby-actionview
depends = ruby-rails-dom-testing
depends = ruby-rails-html-sanitizer
options = !emptydirs
- source = rails-6.1.4.1.tar.gz::https://github.com/rails/rails/archive/v6.1.4.1.tar.gz
+ source = https://github.com/rails/rails/archive/v6.1.4.1/rails-6.1.4.1.tar.gz
sha512sums = 411d3fe21c7500e884edb86cc6728c4d3b7125d2e6ea913191437716f2be0d522252c55c25cb4c5221cc112b3ca5eeba690b0b0e59572fcc54ea42ba05ec4520
pkgname = ruby-actionview
diff --git a/PKGBUILD b/PKGBUILD
index 987f67405448..267b67d3f604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname='actionview'
pkgname="ruby-${_gemname}"
pkgver=6.1.4.1
-pkgrel=3
+pkgrel=4
pkgdesc='Simple, battle-tested conventions and helpers for building web pages'
arch=('any')
url='https://rubyonrails.org'
@@ -14,7 +14,7 @@ options=(!emptydirs)
depends=('ruby' 'ruby-activesupport' 'ruby-builder' 'ruby-erubi' 'ruby-rails-dom-testing' 'ruby-rails-html-sanitizer')
makedepends=('ruby-rake')
checkdepends=('ruby-activemodel' 'ruby-actionpack' 'ruby-railties' 'ruby-sqlite3')
-source=("rails-${pkgver}.tar.gz::https://github.com/rails/rails/archive/v${pkgver}.tar.gz")
+source=("https://github.com/rails/rails/archive/v${pkgver}/rails-${pkgver}.tar.gz")
sha512sums=('411d3fe21c7500e884edb86cc6728c4d3b7125d2e6ea913191437716f2be0d522252c55c25cb4c5221cc112b3ca5eeba690b0b0e59572fcc54ea42ba05ec4520')
prepare() {