George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / ruby-rdiscount
Commits: 3af1e148 by George Rawlinson at 2023-11-25T12:37:08+13:00 upgpkg: 2.2.7.1-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = ruby-rdiscount + pkgdesc = Fast Implementation of Gruber's Markdown in C + pkgver = 2.2.7.1 + pkgrel = 1 + url = https://dafoster.net/projects/rdiscount/ + arch = x86_64 + license = BSD + makedepends = ruby-rdoc + depends = ruby + noextract = rdiscount-2.2.7.1.gem + options = !emptydirs + source = https://rubygems.org/downloads/rdiscount-2.2.7.1.gem + sha256sums = 51ab13ce8781c813c88a191eb7d5704ebde2a5d2417cf0e01fd46997748330a9 + +pkgname = ruby-rdiscount ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _gemname=rdiscount pkgname=ruby-$_gemname -pkgver=2.2.7 +pkgver=2.2.7.1 pkgrel=1 pkgdesc="Fast Implementation of Gruber's Markdown in C" arch=(x86_64) @@ -16,7 +16,7 @@ makedepends=('ruby-rdoc') options=(!emptydirs) source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) noextract=($_gemname-$pkgver.gem) -sha256sums=('ce2ead92bd012de244f8f6fa1c03356db32611f460a092ee39ffbc8059dbeba1') +sha256sums=('51ab13ce8781c813c88a191eb7d5704ebde2a5d2417cf0e01fd46997748330a9') package() { local _gemdir="$(ruby -e'puts Gem.default_dir')" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rdiscount/-/commit/3af1e148f28256df0fa7a2be4700bb73b0ec74b2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rdiscount/-/commit/3af1e148f28256df0fa7a2be4700bb73b0ec74b2 You're receiving this email because of your account on gitlab.archlinux.org.
