summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f6abd9ebbe32eb0b2b228de1e2570ad1d1b2ae6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 = 8.0.2
	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
	depends = ruby-actionview
	depends = ruby-activesupport
	depends = ruby-rack
	depends = ruby-rack-test
	depends = ruby-rails-dom-testing
	depends = ruby-rails-html-sanitizer
	options = !emptydirs
	source = https://github.com/rails/rails/archive/v8.0.2/rails-8.0.2.tar.gz
	source = fix_tests.patch
	sha512sums = d359714b510efe2876b8c800cc1faba517f5586c50c755428b73bf8e659ba915d10390c9992bb2b6915b229ce86a801862d26bbd43be965e081cdb12c9bb8e21
	sha512sums = e25704542301f41fc81fa28c084f45646970a0308eaf9773920b67f09991d02cb822c0193eb7cb03b90a8967129296dabca2229c0869f7dfd13d583a5950a664

pkgname = ruby-actionpack