summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas 'Segaja' Schleifer2021-11-15 18:16:19 +0100
committerAndreas 'Segaja' Schleifer2021-11-15 18:16:19 +0100
commitd8b121078eaeb0316267008a3210199dbaef8fce (patch)
treeba9f8e7bd7c8d56c95ab628ee65c37d9815602a8
parenta05449bd43473755874b4096c964840446ff081d (diff)
downloadaur-ruby-actionpack.tar.gz
update source url
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 414003904e55..899d678bca06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,15 @@
pkgbase = ruby-actionpack
pkgdesc = Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server
pkgver = 6.1.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://rubyonrails.org
arch = any
license = MIT
+ checkdepends = ruby-capybara
+ checkdepends = ruby-rack-cache
+ checkdepends = ruby-railties
+ checkdepends = ruby-rexml
+ checkdepends = ruby-selenium-webdriver
makedepends = ruby-activemodel
makedepends = ruby-rake
depends = ruby
@@ -15,7 +20,7 @@ pkgbase = ruby-actionpack
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
source = fix_tests.patch
sha512sums = 411d3fe21c7500e884edb86cc6728c4d3b7125d2e6ea913191437716f2be0d522252c55c25cb4c5221cc112b3ca5eeba690b0b0e59572fcc54ea42ba05ec4520
sha512sums = e25704542301f41fc81fa28c084f45646970a0308eaf9773920b67f09991d02cb822c0193eb7cb03b90a8967129296dabca2229c0869f7dfd13d583a5950a664
diff --git a/PKGBUILD b/PKGBUILD
index 9382b14ad52a..4edafb207eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_gemname='actionpack'
pkgname="ruby-${_gemname}"
pkgver=6.1.4.1
-pkgrel=3
+pkgrel=4
pkgdesc='Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server'
arch=('any')
url='https://rubyonrails.org'
@@ -16,7 +16,7 @@ depends=('ruby' 'ruby-actionview' 'ruby-activesupport' 'ruby-rack' 'ruby-rack-te
makedepends=('ruby-activemodel' 'ruby-rake')
checkdepends=('ruby-capybara' 'ruby-rack-cache' 'ruby-railties' 'ruby-rexml' 'ruby-selenium-webdriver')
source=(
- "rails-${pkgver}.tar.gz::https://github.com/rails/rails/archive/v${pkgver}.tar.gz"
+ "https://github.com/rails/rails/archive/v${pkgver}/rails-${pkgver}.tar.gz"
'fix_tests.patch'
)
sha512sums=('411d3fe21c7500e884edb86cc6728c4d3b7125d2e6ea913191437716f2be0d522252c55c25cb4c5221cc112b3ca5eeba690b0b0e59572fcc54ea42ba05ec4520'