Date: Sunday, October 30, 2022 @ 20:15:57 Author: felixonmars Revision: 1339611
upgpkg: ruby-pandoc-ruby 2.1.7-1 Modified: ruby-pandoc-ruby/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-30 20:09:01 UTC (rev 1339610) +++ PKGBUILD 2022-10-30 20:15:57 UTC (rev 1339611) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=ruby-pandoc-ruby -pkgver=2.1.6 +pkgver=2.1.7 pkgrel=1 pkgdesc='Ruby wrapper for pandoc' arch=(any) @@ -10,14 +10,11 @@ depends=(pandoc ruby) checkdepends=(ruby-minitest ruby-mocha ruby-rake) options=(!emptydirs) -source=(https://github.com/xwmx/pandoc-ruby/archive/$pkgver/$pkgname-$pkgver.tar.gz - $pkgname-pandoc-2.19.2.patch::https://github.com/xwmx/pandoc-ruby/pull/42.patch) -sha256sums=('d7600d5a609d6b9aca50180804ace8f8950fafb42ba54a381855f835531779d9' - '17dad2b171b247df2eedfa42cf3385f4969be8beca6854c27ee6b75c1216b7dd') +source=(https://github.com/xwmx/pandoc-ruby/archive/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('acb6434fb30de4f67be5dfd747188aad468aae55ee9ad6a938c815ba9ffa47e6') prepare() { cd pandoc-ruby-$pkgver - patch -p1 -i ../$pkgname-pandoc-2.19.2.patch rm Gemfile.lock sed -i '/Gemfile.lock/d' pandoc-ruby.gemspec }
