Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-ruby-progressbar
Commits: f78a3e0b by Andreas Schleifer at 2024-06-04T21:18:43+02:00 upgpkg: 1.11.0-4: Ruby 3.2 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = ruby-ruby-progressbar + pkgdesc = Flexible text progress bar library for Ruby + pkgver = 1.11.0 + pkgrel = 4 + url = https://github.com/jfelchner/ruby-progressbar + arch = any + license = MIT + depends = ruby + options = !emptydirs + source = https://github.com/jfelchner/ruby-progressbar/archive/releases/v1.11.0/ruby-progressbar-1.11.0.tar.gz + sha512sums = 5a5c8a6af410746ef601821ec171933d781d32bfb7cb5f67f9cf877824a399941c11be69bb74380941f2271f6f5139928599881441f88860a71f8b7f7b55d4b4 + +pkgname = ruby-ruby-progressbar ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _gemname='ruby-progressbar' pkgname="ruby-${_gemname}" pkgver=1.11.0 -pkgrel=3 +pkgrel=4 pkgdesc='Flexible text progress bar library for Ruby' arch=('any') url="https://github.com/jfelchner/${_gemname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-ruby-progressbar/-/commit/f78a3e0bda070ebb53d6c54b744047b195ee0497 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-ruby-progressbar/-/commit/f78a3e0bda070ebb53d6c54b744047b195ee0497 You're receiving this email because of your account on gitlab.archlinux.org.
