summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53bcedc3c332..fbc7622af238 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 22:11:52 UTC 2016
+# Thu May 12 16:36:24 UTC 2016
pkgbase = ruby-html-pipeline
pkgdesc = GitHub HTML processing filters and utilities
- pkgver = 2.4.0
+ pkgver = 2.4.1
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.4.0.gem
- source = https://rubygems.org/downloads/html-pipeline-2.4.0.gem
- sha256sums = 0057e4185a2e47dddabca30cccc2b9303ea1e2feeb6a983dad1a0be2bff4988e
+ noextract = html-pipeline-2.4.1.gem
+ source = https://rubygems.org/downloads/html-pipeline-2.4.1.gem
+ sha256sums = a039c61aca7e5e4cef75380b726285490eac680b905ef857cbd0d24a98b666c9
pkgname = ruby-html-pipeline
diff --git a/PKGBUILD b/PKGBUILD
index 04b2d41a7a61..0fbe118cdd18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ruby-html-pipeline
-pkgver=2.4.0
+pkgver=2.4.1
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=('0057e4185a2e47dddabca30cccc2b9303ea1e2feeb6a983dad1a0be2bff4988e')
+sha256sums=('a039c61aca7e5e4cef75380b726285490eac680b905ef857cbd0d24a98b666c9')
noextract=("${pkgname#*-}-${pkgver}.gem")
package() {