summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2020-09-02 10:16:52 -0400
committerMario Finelli2020-09-02 10:16:52 -0400
commit06234a4e51986c7b0fe2dcb9bed6962a0ddff58a (patch)
tree4155c1531f71515be3c13d92e86601bb37971b35
parent1c48b898c35c7c877f41f37347efd6554be5c2f8 (diff)
downloadaur-06234a4e51986c7b0fe2dcb9bed6962a0ddff58a.tar.gz
Bump to 2.7.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcf40323df85..abdabfa7b92e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Jan 8 02:46:42 UTC 2016
pkgbase = ruby-mechanize
pkgdesc = The Mechanize library is used for automating interaction with websites.
- pkgver = 2.7.4
+ pkgver = 2.7.6
pkgrel = 1
url = http://docs.seattlerb.org/mechanize/
arch = any
@@ -17,10 +15,12 @@ pkgbase = ruby-mechanize
depends = ruby-nokogiri
depends = ruby-ntlm-http
depends = ruby-webrobots
- noextract = mechanize-2.7.4.gem
+ depends = rubygems
+ depends = ruby-rdoc
+ noextract = mechanize-2.7.6.gem
options = !emptydirs
- source = https://rubygems.org/downloads/mechanize-2.7.4.gem
- sha256sums = 1799d05733a1176a32179a210345a555b9a2bba4d1e2977f17fdcdf114aa6dd2
+ source = https://rubygems.org/downloads/mechanize-2.7.6.gem
+ sha256sums = 3d3318db3c66a27721b7cfcb0924464887e2737b6c120d401f0f196df6270301
pkgname = ruby-mechanize
diff --git a/PKGBUILD b/PKGBUILD
index e51316332d1e..aeca58ca55d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# Generated with gembuild (https://github.com/mfinelli/gembuild)
# Maintainer: Mario Finelli <mario dot finelli at yahoo dot com>
_gemname=mechanize
pkgname=ruby-$_gemname
-pkgver=2.7.4
+pkgver=2.7.6
pkgrel=1
pkgdesc='The Mechanize library is used for automating interaction with websites.'
arch=('any')
@@ -11,10 +10,10 @@ url='http://docs.seattlerb.org/mechanize/'
license=('MIT')
options=(!emptydirs)
noextract=($_gemname-$pkgver.gem)
-depends=('ruby' 'ruby-domain_name' 'ruby-http-cookie' 'ruby-mime-types' 'ruby-net-http-digest_auth' 'ruby-net-http-persistent' 'ruby-nokogiri' 'ruby-ntlm-http' 'ruby-webrobots')
+depends=('ruby' 'ruby-domain_name' 'ruby-http-cookie' 'ruby-mime-types' 'ruby-net-http-digest_auth' 'ruby-net-http-persistent' 'ruby-nokogiri' 'ruby-ntlm-http' 'ruby-webrobots' rubygems ruby-rdoc)
makedepends=('rubygems')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
-sha256sums=('1799d05733a1176a32179a210345a555b9a2bba4d1e2977f17fdcdf114aa6dd2')
+sha256sums=('3d3318db3c66a27721b7cfcb0924464887e2737b6c120d401f0f196df6270301')
package() {
cd "$srcdir"