summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-18 09:28:03 -0800
committerAndy Weidenbaum2016-01-18 09:28:03 -0800
commit239f5fdbf1ede2b297a5fff97493ad53d375defd (patch)
treeedabefa3c6b89380f9e2a134c3a2d1c14507c672
parent0c0ed960d9258a8c1d79f01d52d81d9af03756db (diff)
downloadaur-239f5fdbf1ede2b297a5fff97493ad53d375defd.tar.gz
update pkgver to 2.2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0db630cac41..b779a2c1e7a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 14 23:38:48 UTC 2016
+# Mon Jan 18 17:27:49 UTC 2016
pkgbase = ruby-html-pipeline
pkgdesc = GitHub HTML processing filters and utilities
- pkgver = 2.2.3
+ pkgver = 2.2.4
pkgrel = 1
url = https://github.com/jch/html-pipeline
arch = any
@@ -10,9 +10,9 @@ pkgbase = ruby-html-pipeline
depends = ruby
depends = ruby-activesupport
depends = ruby-nokogiri
- noextract = html-pipeline-2.2.3.gem
- source = https://rubygems.org/downloads/html-pipeline-2.2.3.gem
- sha256sums = e7540904c5fa5cdaf4125700092150d273b4a717fd53922123908a203fe6f61d
+ noextract = html-pipeline-2.2.4.gem
+ source = https://rubygems.org/downloads/html-pipeline-2.2.4.gem
+ sha256sums = 262a6747fa6fca9ad8a6c0ed72e7d08932bf620cd1f283c768cb385d9983210d
pkgname = ruby-html-pipeline
diff --git a/PKGBUILD b/PKGBUILD
index a198cdc58d68..76ad7bce690e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ruby-html-pipeline
-pkgver=2.2.3
+pkgver=2.2.4
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=('e7540904c5fa5cdaf4125700092150d273b4a717fd53922123908a203fe6f61d')
+sha256sums=('262a6747fa6fca9ad8a6c0ed72e7d08932bf620cd1f283c768cb385d9983210d')
noextract=("${pkgname#*-}-${pkgver}.gem")
package() {