[arch-commits] Commit in ruby-kramdown/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Sep 21 20:40:49 UTC 2020
Date: Monday, September 21, 2020 @ 20:40:49
Author: anthraxx
Revision: 711320
upgpkg: ruby-kramdown 2.3.0-1
Modified:
ruby-kramdown/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-21 20:29:50 UTC (rev 711319)
+++ PKGBUILD 2020-09-21 20:40:49 UTC (rev 711320)
@@ -2,7 +2,7 @@
_gemname=kramdown
pkgname=ruby-kramdown
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=1
pkgdesc='Fast, pure Ruby Markdown superset converter, using a strict syntax definition'
url='https://kramdown.gettalong.org/'
@@ -12,13 +12,13 @@
makedepends=('ruby-rdoc' 'ruby-rake')
options=('!emptydirs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gettalong/kramdown/archive/REL_${pkgver//./_}.tar.gz)
-sha256sums=('871924c9713e9cb281c3dc92a6ace1272f1a168211cf238c4471193712e7ab7a')
-sha512sums=('0ad841ecef079cef4a50fd697743de99487ff7127a72c20b8904c8caec831574d424d75bd5f78d85232be174fdfdfafab85e839f90387e3c5cfd17097a7ba83e')
+sha256sums=('3023ad3be1ad07c3fbf1677732ba66942674cc8f2beee866b54fa932cce0910c')
+sha512sums=('9bce4aae940a31e975e1582c47edce046d1fcd61e8dd4a56e5088761b2a3cf4c72cb322c55af4d9b17db14d1e0db56602f8d56e6724e2f9be36307de4249bb84')
prepare() {
cd ${_gemname}-REL_${pkgver//./_}
rake gemspec
- sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla bla
+ sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
}
build() {
More information about the arch-commits
mailing list