Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / ruby-m


Commits:
cf13ced9 by Felix Yan at 2026-03-03T23:06:35+08:00
upgpkg: 1.6.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = ruby-m
        pkgdesc = Run test/unit tests by line number. Metal!
-       pkgver = 1.6.1
-       pkgrel = 5
+       pkgver = 1.6.2
+       pkgrel = 1
        url = https://github.com/qrush/m
        arch = any
        license = MIT
@@ -15,7 +15,7 @@ pkgbase = ruby-m
        depends = ruby-method_source
        depends = ruby-rake
        options = !emptydirs
-       source = 
git+https://github.com/qrush/m.git#commit=c5220612016b014f4aac29632d044a024704cdd9
-       sha256sums = SKIP
+       source = git+https://github.com/qrush/m.git#tag=v1.6.2
+       sha256sums = 
7bd2890baca59aace81fc4a901a762674b4f27406953fbe0d5a245b40cdd5686
 
 pkgname = ruby-m


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=ruby-m
-pkgver=1.6.1
-_commit=c5220612016b014f4aac29632d044a024704cdd9
-pkgrel=5
+pkgver=1.6.2
+pkgrel=1
 pkgdesc='Run test/unit tests by line number. Metal!'
 arch=(any)
 url='https://github.com/qrush/m'
@@ -24,14 +23,14 @@ checkdepends=(
   ruby-bundler
 )
 options=(!emptydirs)
-source=(git+https://github.com/qrush/m.git#commit=$_commit)
-sha256sums=('SKIP')
+source=(git+https://github.com/qrush/m.git#tag=v$pkgver)
+sha256sums=('7bd2890baca59aace81fc4a901a762674b4f27406953fbe0d5a245b40cdd5686')
 
 prepare() {
   cd m
-  sed '/[rR]occo/d;/appraisal/d;/coveralls/d' -i m.gemspec Rakefile
+  sed -i 's/task default: \[:test, "standard:fix"\]/task default: [:test]/' 
Rakefile
+  sed '/[rR]occo/d;/appraisal/d;/coveralls/d;/standard/d' -i m.gemspec Rakefile
   echo -e "gemspec\ngem 'logger'\ngem 'mutex_m'\ngem 'base64'\ngem 
'bigdecimal'\ngem 'drb'" > Gemfile
-  git rm Gemfile.lock
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-m/-/commit/cf13ced906306aa79948e7a7386c0befbff99212

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-m/-/commit/cf13ced906306aa79948e7a7386c0befbff99212
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to