Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-markly
Commits:
d916ad5d by Felix Yan at 2025-10-25T21:18:37+00:00
upgpkg: 0.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-markly
pkgdesc = CommonMark parser and renderer. Written in C, wrapped in Ruby.
- pkgver = 0.13.1
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/ioquatix/markly
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = ruby-markly
makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
- source = git+https://github.com/ioquatix/markly.git#tag=v0.13.1
+ source = git+https://github.com/ioquatix/markly.git#tag=v0.14.0
source = git+https://github.com/github/cmark-gfm.git
- sha256sums =
da50ba4e3f1e453bec6166467e7c9ca7f381bbc521aa3129d7921d0c6d327615
+ sha256sums =
bca212dddeb5cd48cee3cf39b33071f23ef18b8afe1d867367598756edee45c5
sha256sums = SKIP
pkgname = ruby-markly
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-markly
-pkgver=0.13.1
+pkgver=0.14.0
pkgrel=1
pkgdesc='CommonMark parser and renderer. Written in C, wrapped in Ruby.'
arch=(x86_64)
@@ -26,7 +26,7 @@ checkdepends=(
options=(!emptydirs)
source=(git+https://github.com/ioquatix/markly.git#tag=v$pkgver
git+https://github.com/github/cmark-gfm.git)
-sha256sums=('da50ba4e3f1e453bec6166467e7c9ca7f381bbc521aa3129d7921d0c6d327615'
+sha256sums=('bca212dddeb5cd48cee3cf39b33071f23ef18b8afe1d867367598756edee45c5'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-markly/-/commit/d916ad5d2960cf40a62ef24a608a33ebdc08747a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-markly/-/commit/d916ad5d2960cf40a62ef24a608a33ebdc08747a
You're receiving this email because of your account on gitlab.archlinux.org.