summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-07-20 21:47:48 -0700
committerAndy Weidenbaum2015-07-20 21:47:48 -0700
commit17ad37689c5132ed1896c5d75a89aa7b1837a0b1 (patch)
treeae640b9c3c160377ab39893fd29725008d7f84ed
parent44175a854fef4186d73754bfc779721e372b072e (diff)
downloadaur-17ad37689c5132ed1896c5d75a89aa7b1837a0b1.tar.gz
update pkgver to 2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b908e8c8cb78..caf56369fbf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-html-pipeline
pkgdesc = GitHub HTML processing filters and utilities
- pkgver = 1.11.0
+ pkgver = 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-1.11.0.gem
- source = https://rubygems.org/downloads/html-pipeline-1.11.0.gem
- sha256sums = 3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9
+ noextract = html-pipeline-2.0.gem
+ source = https://rubygems.org/downloads/html-pipeline-2.0.gem
+ sha256sums = 2cedb2f8d8506c8b5b334a1f0d7c6885059b96518852b5dc7cc23c065e51a67f
pkgname = ruby-html-pipeline
diff --git a/PKGBUILD b/PKGBUILD
index f5ab5081ad6e..6cf66ea2e8b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ruby-html-pipeline
-pkgver=1.11.0
+pkgver=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=('3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9')
+sha256sums=('2cedb2f8d8506c8b5b334a1f0d7c6885059b96518852b5dc7cc23c065e51a67f')
noextract=("${pkgname#*-}-${pkgver}.gem")
package() {