Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-maxitest


Commits:
5350498d by Carl Smedstad at 2024-04-28T22:28:49+02:00
Add nvchecker config

- - - - -
73cab969 by Carl Smedstad at 2024-05-09T19:56:22+02:00
upgpkg: 5.4.0-1

Also:

- Add transient dependency ruby.
- Check PGP signature of source archive. NOTE: PGP key not published to
  keyservers, only available on GitHub AFAIK:
  (https://github.com/grosser.gpg).

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[ruby-maxitest]
+source = "gems"
+gems = "maxitest"


=====================================
PKGBUILD
=====================================
@@ -1,19 +1,22 @@
+# Maintainer: Carl Smedstad <car...@archlinux.org>
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=ruby-maxitest
-pkgver=4.5.0
-_commit=ea6ed8e73f61c095648760d384afcdba3d1446c8
+pkgver=5.4.0
+_commit=6dc300bc82f2035649fcf481f845eff909e21b59
 pkgrel=1
 pkgdesc='Minitest + all the features you always wanted'
 arch=(any)
 url='https://github.com/grosser/maxitest'
 license=(MIT)
-depends=(ruby-minitest)
+depends=(ruby ruby-minitest)
 makedepends=(git ruby-rake ruby-rspec)
 checkdepends=(procps-ng ruby-bump ruby-byebug)
 options=(!emptydirs)
-source=(git+https://github.com/grosser/maxitest.git#commit=$_commit)
-sha256sums=('SKIP')
+source=("git+$url.git?signed#commit=$_commit")
+sha256sums=('c0745e5d749221552cd9caa7d746ce41ca54b77376b2d0bbfa891b52f95cf1d1')
+# curl https://github.com/grosser.gpg | gpg --import
+validpgpkeys=('72170F9E193D0A5A31DB742FB19DB1587D698ED7') # Michael Grosser 
<mich...@grosser.it>
 
 prepare() {
   cd maxitest
@@ -43,7 +46,7 @@ build() {
         -iname "Makefile" \
     \) \
     -delete
-  rm -r tmp_install/$_gemdir/cache
+  rm -r "tmp_install/$_gemdir/cache"
 }
 
 check() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-maxitest/-/compare/1d544c5c442e9bd506c91fbfa79cb1dacb068e75...73cab96989b3906f03f2280492375005aaed9bbb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-maxitest/-/compare/1d544c5c442e9bd506c91fbfa79cb1dacb068e75...73cab96989b3906f03f2280492375005aaed9bbb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to