summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Greyson Christoforo2024-05-06 10:11:40 -0600
committerM. Greyson Christoforo2024-05-06 10:11:40 -0600
commit4479afc7a4cbc4050ae3c0f6cd43947d7af6a17b (patch)
tree56b90cfe8502bf96e0572db7c2313f07cb68c111
parent6d5505aa3b7ddea0d548169ef3535cb8ad69be76 (diff)
downloadaur-4479afc7a4cbc4050ae3c0f6cd43947d7af6a17b.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84ff8778b5e7..ee0a21e3aa5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-capybara
pkgdesc = An integration testing tool for rack based web applications. It simulates how a user would interact with a website
- pkgver = 3.37.1
+ pkgver = 3.40.0
pkgrel = 1
url = https://github.com/teamcapybara/capybara
arch = any
@@ -15,7 +15,7 @@ pkgbase = ruby-capybara
depends = ruby-regexp_parser
depends = ruby-xpath
options = !emptydirs
- source = https://github.com/teamcapybara/capybara/archive/3.37.1/ruby-capybara-3.37.1.tar.gz
- sha512sums = 8cac60f6c919a2d05e974ecb384c8ebebc28ecfdf827ebfeb8f0fef106562cfc4ecadbaa4e8dbb499c491a4bff4a90362ddf5ef10128b3c21e643f5bb1804ca1
+ source = https://github.com/teamcapybara/capybara/archive/3.40.0/ruby-capybara-3.40.0.tar.gz
+ sha512sums = d4762a01b234a73c5bc1a36b91c4bc3b86c47656cac151bbf1fd86ed1febcfae52934e2270583f52d08af18c6468cf007a423bbd8c8b18c81a49f9c15d41507f
pkgname = ruby-capybara
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..27fd112126d4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+src/
+pkg/
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index cbde1d007018..3aaa0869f9d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,6 @@
-# Maintainer: Andreas 'Segaja' Schleifer <archlinux at segaja dot de>
-
_gemname='capybara'
pkgname="ruby-${_gemname}"
-pkgver=3.37.1
+pkgver=3.40.0
pkgrel=1
pkgdesc="An integration testing tool for rack based web applications. It simulates how a user would interact with a website"
arch=('any')
@@ -13,7 +11,7 @@ depends=('ruby')
depends=('ruby-addressable' 'ruby-mini_mime' 'ruby-nokogiri' 'ruby-rack' 'ruby-rack-test' 'ruby-regexp_parser' 'ruby-xpath')
makedepends=('ruby-rake' 'ruby-rspec')
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('8cac60f6c919a2d05e974ecb384c8ebebc28ecfdf827ebfeb8f0fef106562cfc4ecadbaa4e8dbb499c491a4bff4a90362ddf5ef10128b3c21e643f5bb1804ca1')
+sha512sums=('d4762a01b234a73c5bc1a36b91c4bc3b86c47656cac151bbf1fd86ed1febcfae52934e2270583f52d08af18c6468cf007a423bbd8c8b18c81a49f9c15d41507f')
prepare() {
cd "${_gemname}-${pkgver}"