summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas 'Segaja' Schleifer2021-11-15 18:08:35 +0100
committerAndreas 'Segaja' Schleifer2021-11-15 18:08:35 +0100
commitc6d14e64a8bd687d7fc3104d56ab1bd041bef7aa (patch)
tree0e9bad1d24774d2e7cc9e6036f1ade65dc64bac5 /PKGBUILD
parentea5cef55c48184b780ed67ce39fb0cd05cf68ca2 (diff)
downloadaur-ruby-actionview.tar.gz
update source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {