George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / ruby-unicode-display_width
Commits: 14c86bbc by George Rawlinson at 2023-11-29T13:02:09+13:00 upgpkg: 2.5.0-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = ruby-unicode-display_width + pkgdesc = Determines the monospace display width of a string in Ruby + pkgver = 2.5.0 + pkgrel = 1 + url = https://github.com/janlelis/unicode-display_width + arch = any + license = MIT + checkdepends = ruby-rake + checkdepends = ruby-rspec + checkdepends = ruby-unicode-emoji + makedepends = git + makedepends = ruby-rdoc + depends = ruby + options = !emptydirs + source = ruby-unicode-display_width::git+https://github.com/janlelis/unicode-display_width#commit=e59c4238b2eb32281b6349fcdf81d8a0169e3252 + b2sums = SKIP + +pkgname = ruby-unicode-display_width ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=ruby-unicode-display_width _pkgname="${pkgname#ruby-}" -pkgver=2.4.2 +pkgver=2.5.0 pkgrel=1 pkgdesc='Determines the monospace display width of a string in Ruby' arch=('any') @@ -12,7 +12,7 @@ depends=('ruby') makedepends=('git' 'ruby-rdoc') checkdepends=('ruby-rake' 'ruby-rspec' 'ruby-unicode-emoji') options=('!emptydirs') -_commit='3362ebcfa5a25b8a780d72a75944579e84d4ba16' +_commit='e59c4238b2eb32281b6349fcdf81d8a0169e3252' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-unicode-display_width/-/commit/14c86bbcca4066a739bbe4f0e4e6bdbbe0609d4b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-unicode-display_width/-/commit/14c86bbcca4066a739bbe4f0e4e6bdbbe0609d4b You're receiving this email because of your account on gitlab.archlinux.org.
