summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bedcd7ffc94..86e6c6f2295c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-typhoeus
pkgdesc = Parallel HTTP library on top of libcurl multi.
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/typhoeus/typhoeus
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3ecd566aca6d..6cb0d55475e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=typhoeus
pkgname=ruby-$_gemname
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Parallel HTTP library on top of libcurl multi.'
arch=(any)
url='https://github.com/typhoeus/typhoeus'