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


Commits:
a8dd9f85 by Carl Smedstad at 2024-06-03T14:12:09+02:00
upgpkg: 5.5.0-2: Add back signature verification

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = ruby-maxitest
        pkgdesc = Minitest + all the features you always wanted
        pkgver = 5.5.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/grosser/maxitest
        arch = any
        license = MIT
@@ -14,7 +14,8 @@ pkgbase = ruby-maxitest
        depends = ruby
        depends = ruby-minitest
        options = !emptydirs
-       source = git+https://github.com/grosser/maxitest.git#tag=v5.5.0
+       source = 
git+https://github.com/grosser/maxitest.git?signed#commit=f1b9fa41e6bb9a06c03c89f043ce2031e80fe353
+       validpgpkeys = 72170F9E193D0A5A31DB742FB19DB1587D698ED7
        sha256sums = 
c8c0bc13676f487ce0f917f2aa65b3762247dee971ac52c2328949d9b88da172
 
 pkgname = ruby-maxitest


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,8 @@
 
 pkgname=ruby-maxitest
 pkgver=5.5.0
-pkgrel=1
+_commit=f1b9fa41e6bb9a06c03c89f043ce2031e80fe353
+pkgrel=2
 pkgdesc='Minitest + all the features you always wanted'
 arch=(any)
 url='https://github.com/grosser/maxitest'
@@ -12,8 +13,10 @@ depends=(ruby ruby-minitest)
 makedepends=(git ruby-rake ruby-rspec)
 checkdepends=(procps-ng ruby-bump ruby-byebug)
 options=(!emptydirs)
-source=("git+$url.git#tag=v$pkgver")
+source=("git+$url.git?signed#commit=$_commit")
 sha256sums=('c8c0bc13676f487ce0f917f2aa65b3762247dee971ac52c2328949d9b88da172')
+# curl https://github.com/grosser.gpg | gpg --import
+validpgpkeys=('72170F9E193D0A5A31DB742FB19DB1587D698ED7') # Michael Grosser 
<[email protected]>
 
 prepare() {
   cd maxitest



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

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


Reply via email to