summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-09-29 07:51:15 -0700
committerAndy Weidenbaum2015-09-29 07:51:15 -0700
commita95f483115ca826e63b35a5f28652f38d0ee403d (patch)
tree80d4953bc0224f79060954eeedc160bbe184db81
parent0f3253bfc3ddf5b58ec2aa4b4eeffe55afc4452b (diff)
downloadaur-a95f483115ca826e63b35a5f28652f38d0ee403d.tar.gz
update pkgver to 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a01524d5415..f5b8f7d90ac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-html-pipeline
pkgdesc = GitHub HTML processing filters and utilities
- pkgver = 2.1.0
+ pkgver = 2.2.0
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.1.0.gem
- source = https://rubygems.org/downloads/html-pipeline-2.1.0.gem
- sha256sums = e16c13eaa724f83cf71ca49c3e2fa0019c0d797eccda52b3e29400c5579eb1e0
+ noextract = html-pipeline-2.2.0.gem
+ source = https://rubygems.org/downloads/html-pipeline-2.2.0.gem
+ sha256sums = 3d36c95d20d019867b4d564e86d8bd6310fa9678e04c7bd7ab011daac0ae49ed
pkgname = ruby-html-pipeline
diff --git a/PKGBUILD b/PKGBUILD
index c5ef2a8ccfc9..1714034aedcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ruby-html-pipeline
-pkgver=2.1.0
+pkgver=2.2.0
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=('e16c13eaa724f83cf71ca49c3e2fa0019c0d797eccda52b3e29400c5579eb1e0')
+sha256sums=('3d36c95d20d019867b4d564e86d8bd6310fa9678e04c7bd7ab011daac0ae49ed')
noextract=("${pkgname#*-}-${pkgver}.gem")
package() {