summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2018-02-07 12:06:30 +0100
committerCarsten Feuls2018-02-07 12:06:30 +0100
commitb1fd7408b6dabb5e658b64416c4eb808e93c712a (patch)
tree0aa2f76cb10a1edc9177600d6dac9daa4b3d9be2
parentd362a78d84e6b8e98f454552a1b841fb80a0f908 (diff)
downloadaur-b1fd7408b6dabb5e658b64416c4eb808e93c712a.tar.gz
Update to 3.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5daf4a75e629..fdc7cc6a591f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Wed Feb 7 11:06:12 UTC 2018
pkgbase = ruby-net-http-persistent
pkgdesc = Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8
- pkgver = 2.9.4
+ pkgver = 3.0.0
pkgrel = 1
url = http://docs.seattlerb.org/net-http-persistent
arch = any
license = MIT
depends = ruby
- noextract = net-http-persistent-2.9.4.gem
+ noextract = net-http-persistent-3.0.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/net-http-persistent-2.9.4.gem
- sha1sums = c5476a2800cf9d99e422b6f465e54ea84fabe6b6
+ source = https://rubygems.org/downloads/net-http-persistent-3.0.0.gem
+ sha1sums = 239d6a0be13c68b171301b146d0c8e0390e28903
pkgname = ruby-net-http-persistent
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index a3176b1389ae..2d001894e732 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Rhys Davies <rhys@johnguant.com>
+# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=net-http-persistent
pkgname=ruby-$_gemname
-pkgver=2.9.4
+pkgver=3.0.0
pkgrel=1
pkgdesc='Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8'
arch=(any)
@@ -13,7 +13,7 @@ depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('c5476a2800cf9d99e422b6f465e54ea84fabe6b6')
+sha1sums=('239d6a0be13c68b171301b146d0c8e0390e28903')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"