Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-facets
Commits:
3edd86fa by Felix Yan at 2026-06-16T02:35:42+08:00
upgpkg: 3.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-facets
pkgdesc = Premiere collection of general purpose method extensions and
standard additions for the Ruby programming language
- pkgver = 3.2.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/rubyworks/facets
arch = any
@@ -14,7 +14,7 @@ pkgbase = ruby-facets
makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
- source = git+https://github.com/rubyworks/facets.git#tag=v3.2.0
- sha256sums =
26b3069f390983c1c719db73cd593a8865b3b56a02d9436ff4263edbbca51353
+ source = git+https://github.com/rubyworks/facets.git#tag=3.2.1
+ sha256sums =
560e50d48ae58b5b086e3c99c46af8c5b8102f98d995c0cc163ec332c92ea773
pkgname = ruby-facets
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-facets
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
pkgdesc='Premiere collection of general purpose method extensions and standard
additions for the Ruby programming language'
arch=(any)
@@ -22,8 +22,8 @@ checkdepends=(
ruby-simplecov
)
options=(!emptydirs)
-source=(git+https://github.com/rubyworks/facets.git#tag=v$pkgver)
-sha256sums=('26b3069f390983c1c719db73cd593a8865b3b56a02d9436ff4263edbbca51353')
+source=(git+https://github.com/rubyworks/facets.git#tag=$pkgver)
+sha256sums=('560e50d48ae58b5b086e3c99c46af8c5b8102f98d995c0cc163ec332c92ea773')
build() {
local _gemdir="$(gem env gemdir)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-facets/-/commit/3edd86fafe4426e6ce3c3ea25e52dae6a581237d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-facets/-/commit/3edd86fafe4426e6ce3c3ea25e52dae6a581237d
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help