summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-10-27 19:20:58 -0700
committerAndy Weidenbaum2015-10-27 19:20:58 -0700
commitefb0f30894ca7dd0c596183c1935352372c155e3 (patch)
tree1de80e93e023d612b22af0b98119acb75f76dc27
parent429cb4bf0ba17198c35fff774fad02f350b941a9 (diff)
downloadaur-efb0f30894ca7dd0c596183c1935352372c155e3.tar.gz
update pkgver to 2.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e64a5ef6c24c..23282b3bb8da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-html-pipeline
pkgdesc = GitHub HTML processing filters and utilities
- pkgver = 2.2.1
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/jch/html-pipeline
arch = any
@@ -8,9 +8,9 @@ pkgbase = ruby-html-pipeline
depends = ruby
depends = ruby-activesupport
depends = ruby-nokogiri
- noextract = html-pipeline-2.2.1.gem
- source = https://rubygems.org/downloads/html-pipeline-2.2.1.gem
- sha256sums = 71232511d731e03d93ea0ddc5704181ce95bfb8bf7f86b0022387a82802b0c56
+ noextract = html-pipeline-2.2.2.gem
+ source = https://rubygems.org/downloads/html-pipeline-2.2.2.gem
+ sha256sums = 2015691b8fb57fcfb3eda56a02f90124365820020076939b326aa8bd53eb1d73
pkgname = ruby-html-pipeline
diff --git a/PKGBUILD b/PKGBUILD
index 1534734b8cff..8be0b9d658d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ruby-html-pipeline
-pkgver=2.2.1
+pkgver=2.2.2
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=('71232511d731e03d93ea0ddc5704181ce95bfb8bf7f86b0022387a82802b0c56')
+sha256sums=('2015691b8fb57fcfb3eda56a02f90124365820020076939b326aa8bd53eb1d73')
noextract=("${pkgname#*-}-${pkgver}.gem")
package() {