summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarwayer2018-02-10 18:35:32 +0300
committerfarwayer2018-02-10 18:35:32 +0300
commit94b73d3d50d3c509c517df75f0f0476b10a61294 (patch)
tree6297faeac37026280bbdb3699ae65a649946f101
parent0302648b0cdffa521f4436bbe432f302a5aa8425 (diff)
downloadaur-94b73d3d50d3c509c517df75f0f0476b10a61294.tar.gz
ruby 2.5.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d99c532ad25b..dcbc3a4935fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-representable
pkgdesc = Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more.
pkgver = 3.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/apotonick/representable/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2308632e1476..ac697c934dd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=representable
pkgname=ruby-$_gemname
pkgver=3.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more.'
arch=(any)
url='https://github.com/apotonick/representable/'