summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas 'Segaja' Schleifer2021-11-15 19:09:31 +0100
committerAndreas 'Segaja' Schleifer2021-11-15 19:09:31 +0100
commita2b2d9e3cc3940eb423c0a464da18ab03c75dae0 (patch)
treee3718ec7ef3d105389697fe663ed0243d3b02bbf
parenta21fc60e8f7deed32ba7ac3d6c793e336a698524 (diff)
downloadaur-a2b2d9e3cc3940eb423c0a464da18ab03c75dae0.tar.gz
update sourece url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40a56aa989d3..16dc4189ab43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ruby-capybara
- pkgdesc = An integration testing tool for rack based web applications. It simulates how a user would interact with a website.
+ pkgdesc = An integration testing tool for rack based web applications. It simulates how a user would interact with a website
pkgver = 3.35.3
pkgrel = 1
url = https://github.com/teamcapybara/capybara
@@ -15,8 +15,7 @@ pkgbase = ruby-capybara
depends = ruby-regexp_parser
depends = ruby-xpath
options = !emptydirs
- source = ruby-capybara-3.35.3.tar.gz::https://github.com/teamcapybara/capybara/archive/3.35.3.tar.gz
+ source = https://github.com/teamcapybara/capybara/archive/3.35.3/ruby-capybara-3.35.3.tar.gz
sha512sums = 7777f3a45b59b16be79ffa32e46d8bb39c7e63f52c878e09df392573e53a6476f1423c02f258a43158cc0ea8eaf3b0f4ddbd1f60abcdc29cc8f88e172edab427
pkgname = ruby-capybara
-
diff --git a/PKGBUILD b/PKGBUILD
index 57587c4b358c..ab1978401675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gemname='capybara'
pkgname="ruby-${_gemname}"
pkgver=3.35.3
pkgrel=1
-pkgdesc="An integration testing tool for rack based web applications. It simulates how a user would interact with a website."
+pkgdesc="An integration testing tool for rack based web applications. It simulates how a user would interact with a website"
arch=('any')
url='https://github.com/teamcapybara/capybara'
license=('MIT')
@@ -12,7 +12,7 @@ options=(!emptydirs)
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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('7777f3a45b59b16be79ffa32e46d8bb39c7e63f52c878e09df392573e53a6476f1423c02f258a43158cc0ea8eaf3b0f4ddbd1f60abcdc29cc8f88e172edab427')
prepare() {