Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / ruby-sus
Commits:
d731b884 by Felix Yan at 2024-08-18T20:37:54+03:00
upgpkg: 0.24.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-sus
pkgdesc = A fast and scalable test runner
- pkgver = 0.24.2
- pkgrel = 3
+ pkgver = 0.24.3
+ pkgrel = 1
url = https://github.com/ioquatix/sus
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = ruby-sus
makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
- source =
git+https://github.com/ioquatix/sus.git#commit=31c281dcf6e83cf05b70d608222a6d91248094ec
- sha256sums = SKIP
+ source = git+https://github.com/ioquatix/sus.git#tag=v0.24.3
+ sha256sums =
16a59e948f48896449379e46970e7f235a9279f7a90924fd9647f6b335d371ee
pkgname = ruby-sus
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-sus
-pkgver=0.24.2
-_commit=31c281dcf6e83cf05b70d608222a6d91248094ec
-pkgrel=3
+pkgver=0.24.3
+pkgrel=1
pkgdesc='A fast and scalable test runner'
arch=(any)
url='https://github.com/ioquatix/sus'
@@ -23,8 +22,8 @@ checkdepends=(
ruby-covered
)
options=(!emptydirs)
-source=(git+https://github.com/ioquatix/sus.git#commit=$_commit)
-sha256sums=('SKIP')
+source=(git+https://github.com/ioquatix/sus.git#tag=v$pkgver)
+sha256sums=('16a59e948f48896449379e46970e7f235a9279f7a90924fd9647f6b335d371ee')
prepare() {
cd sus
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-sus/-/commit/d731b884069583d4fb39fcd26a07fed6b494c8db
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-sus/-/commit/d731b884069583d4fb39fcd26a07fed6b494c8db
You're receiving this email because of your account on gitlab.archlinux.org.