summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feea45523e92..3c21ec8d5c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-httpclient
pkgdesc = Gives something like the functionality of libwww-perl (LWP) in Ruby.
pkgver = 2.8.3
- pkgrel = 3
+ pkgrel = 4
url = http://github.com/nahi/httpclient
arch = any
license = Ruby
diff --git a/PKGBUILD b/PKGBUILD
index b3dc712a5829..d7730ed9b51e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-# Submitter: OmeGa <omega [U+0040] mailoo [.] org>
# Maintainer: farwayer <farwayer@gmail.com>
_gemname=httpclient
pkgname=ruby-$_gemname
pkgver=2.8.3
-pkgrel=3
+pkgrel=4
pkgdesc="Gives something like the functionality of libwww-perl (LWP) in Ruby."
arch=('any')
url="http://github.com/nahi/httpclient"