summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDDoSolitary2019-01-23 13:29:53 +0900
committerDDoSolitary2019-01-23 13:29:53 +0900
commit60db3646036a4f0c3d5a0251599c77a3e1c4cf02 (patch)
tree114712ea246b5fd44ad2754638b21de18d8477b8
parent4ca1d8d3223b374aa7e81f23ad90dba9b4af0065 (diff)
downloadaur-60db3646036a4f0c3d5a0251599c77a3e1c4cf02.tar.gz
Rebuild for Ruby 2.6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f04843e46e..cd810ac3533b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-net-http-persistent
pkgdesc = Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8
pkgver = 3.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/drbrain/net-http-persistent
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2981ac88319c..da8849e498a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=net-http-persistent
pkgname=ruby-${_gemname}
pkgver=3.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8"
arch=('any')
url="https://github.com/drbrain/net-http-persistent"