summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-14 15:38:59 -0800
committerAndy Weidenbaum2016-01-14 15:38:59 -0800
commit0c0ed960d9258a8c1d79f01d52d81d9af03756db (patch)
tree45b100e5f93d0919032e643daa2d9f238e352eb5
parentefb0f30894ca7dd0c596183c1935352372c155e3 (diff)
downloadaur-0c0ed960d9258a8c1d79f01d52d81d9af03756db.tar.gz
update pkgver to 2.2.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23282b3bb8da..b0db630cac41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Jan 14 23:38:48 UTC 2016
pkgbase = ruby-html-pipeline
pkgdesc = GitHub HTML processing filters and utilities
- pkgver = 2.2.2
+ pkgver = 2.2.3
pkgrel = 1
url = https://github.com/jch/html-pipeline
arch = any
@@ -8,9 +10,9 @@ pkgbase = ruby-html-pipeline
depends = ruby
depends = ruby-activesupport
depends = ruby-nokogiri
- noextract = html-pipeline-2.2.2.gem
- source = https://rubygems.org/downloads/html-pipeline-2.2.2.gem
- sha256sums = 2015691b8fb57fcfb3eda56a02f90124365820020076939b326aa8bd53eb1d73
+ noextract = html-pipeline-2.2.3.gem
+ source = https://rubygems.org/downloads/html-pipeline-2.2.3.gem
+ sha256sums = e7540904c5fa5cdaf4125700092150d273b4a717fd53922123908a203fe6f61d
pkgname = ruby-html-pipeline
diff --git a/PKGBUILD b/PKGBUILD
index 8be0b9d658d8..a198cdc58d68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ruby-html-pipeline
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc="GitHub HTML processing filters and utilities"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/jch/html-pipeline"
license=('MIT')
depends=('ruby' 'ruby-activesupport' 'ruby-nokogiri')
source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem)
-sha256sums=('2015691b8fb57fcfb3eda56a02f90124365820020076939b326aa8bd53eb1d73')
+sha256sums=('e7540904c5fa5cdaf4125700092150d273b4a717fd53922123908a203fe6f61d')
noextract=("${pkgname#*-}-${pkgver}.gem")
package() {