summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2018-02-07 15:30:08 +0100
committerCarsten Feuls2018-02-07 15:30:08 +0100
commit9163ae4434da5d54dd67c93b840d3b0c3a72a025 (patch)
tree70dcf27cf0daf7f36df08e91d5e9908cf6710a3e
parentb26b0e8fa476ce2b4193efc07251b0f944a8b327 (diff)
downloadaur-9163ae4434da5d54dd67c93b840d3b0c3a72a025.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f3803654750..109cdb2dd631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
# Generated by mksrcinfo v8
-# Fri Sep 8 15:41:48 UTC 2017
+# Wed Feb 7 14:29:54 UTC 2018
pkgbase = ruby-pygments.rb
pkgdesc = pygments wrapper for ruby
- pkgver = 1.1.2
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/tmm1/pygments.rb
arch = any
license = MIT
depends = ruby
depends = python2
- depends = ruby-yajl-ruby>=1.2.0
- depends = ruby-posix-spawn>=0.3.6
- noextract = pygments.rb-1.1.2.gem
+ depends = ruby-multi_json>=1.0.0
+ noextract = pygments.rb-1.2.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/pygments.rb-1.1.2.gem
- sha512sums = dee41bf20142b6a63396504b734c183049f84629e7a943bfb361458f6f8d55e9f84ac6c28bac069d839c519eaf562bd73c74e422ebaf750a7430690a8fad043c
+ source = https://rubygems.org/downloads/pygments.rb-1.2.1.gem
+ sha512sums = f0fc63ec028169872e28e2181c6a10c8a3f5e7f07074ba9f43475a0b5aa403a03d7045abb03433b600ef3d74c460556355b4ee64be598d3b93ddb1e0bb306259
pkgname = ruby-pygments.rb
diff --git a/PKGBUILD b/PKGBUILD
index 3752ea958ea8..2dbc1a166279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_gemname=pygments.rb
pkgname=ruby-$_gemname
-pkgver=1.1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc='pygments wrapper for ruby'
arch=(any)
url='https://github.com/tmm1/pygments.rb'
license=('MIT')
-depends=('ruby' 'python2' 'ruby-yajl-ruby>=1.2.0' 'ruby-posix-spawn>=0.3.6')
+depends=('ruby' 'python2' 'ruby-multi_json>=1.0.0')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha512sums=('dee41bf20142b6a63396504b734c183049f84629e7a943bfb361458f6f8d55e9f84ac6c28bac069d839c519eaf562bd73c74e422ebaf750a7430690a8fad043c')
+sha512sums=('f0fc63ec028169872e28e2181c6a10c8a3f5e7f07074ba9f43475a0b5aa403a03d7045abb03433b600ef3d74c460556355b4ee64be598d3b93ddb1e0bb306259')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"