Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-method_source
Commits: 05871736 by Andreas Schleifer at 2024-06-04T20:56:59+02:00 upgpkg: 1.0.0-3: Ruby 3.2 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = ruby-method_source + pkgdesc = retrieve the sourcecode for a method + pkgver = 1.0.0 + pkgrel = 3 + url = https://github.com/banister/method_source + arch = any + license = MIT + makedepends = ruby-bundler + makedepends = ruby-rake + makedepends = ruby-rspec + depends = ruby + options = !emptydirs + source = https://github.com/banister/method_source/archive/v1.0.0/ruby-method_source-1.0.0.tar.gz + sha512sums = 1ec606c5de5cf37ca323d645f172eabf02d7adfb1b529e32b97e7c642422906b8501caed4aeb7d66534c3c496eea8918fd2b28d0064487c404658954e920b280 + +pkgname = ruby-method_source ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _gemname='method_source' pkgname="ruby-${_gemname}" pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='retrieve the sourcecode for a method' arch=('any') url='https://github.com/banister/method_source' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-method_source/-/commit/0587173610cf479966fb229f7f1f2bf5450e8792 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-method_source/-/commit/0587173610cf479966fb229f7f1f2bf5450e8792 You're receiving this email because of your account on gitlab.archlinux.org.
