summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarwayer2019-03-13 19:31:24 +0300
committerfarwayer2019-03-13 19:31:24 +0300
commitf23ceec83208ad5e1471e91d57e502e5ed0afa48 (patch)
treedb396679f31ad8fe2aa8da3ab57cdb9c8ce2b2b6
parent94b73d3d50d3c509c517df75f0f0476b10a61294 (diff)
downloadaur-f23ceec83208ad5e1471e91d57e502e5ed0afa48.tar.gz
ruby 2.6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcbc3a4935fa..81cce04c0a34 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 = 2
+ pkgrel = 3
url = https://github.com/apotonick/representable/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ac697c934dd2..c04ada868402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
# Maintainer: farawayer <farwayer@gmail.com>
_gemname=representable
pkgname=ruby-$_gemname
pkgver=3.0.4
-pkgrel=2
+pkgrel=3
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/'