Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-marcel
Commits:
55e96913 by Andreas Schleifer at 2026-07-18T19:48:32+02:00
upgpkg: 1.2.1-1: closes #3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-marcel
pkgdesc = Simple mime type detection using magic numbers, filenames,
and extensions
- pkgver = 1.1.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/rails/marcel
arch = any
@@ -12,8 +12,8 @@ pkgbase = ruby-marcel
makedepends = ruby-rake
depends = ruby
options = !emptydirs
- source =
https://github.com/rails/marcel/archive/v1.1.0/ruby-marcel-1.1.0.tar.gz
- sha512sums =
0465955f7cb0d8001d6116c5d3fef6bd6ab4a114cab5a8efb74e17ee53e2ab844aae935e716ddd522d266dd9bf0dd8a0e4e0f5aaee903d8cd61870f4de4617a1
- b2sums =
88ca72d9c11da62052152fab9a8d49b170509365386efac281704b5e9722925aa3a8f7290e4dd26316bcffe0db49f1bafc45a529cd1585c12fc4bc415323020b
+ source =
https://github.com/rails/marcel/archive/v1.2.1/ruby-marcel-1.2.1.tar.gz
+ sha512sums =
146bca723538bbc1079b799bda2fb66f29ac9596574dc80ec3979fb1ed3a303b87728c592a2b73c6d390e7ab9e87f9b7d988ea7c6fdffa7b882e38f62ba3d5a2
+ b2sums =
60a7e29b2c1ae2f4fb272e79fbd707cc6f4f95dc10a3651b12cd97584cca2cb5b3eadc5aa863e0e0eb46888f222292aeda69e2194ef23619b4da738116e61a1d
pkgname = ruby-marcel
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_gemname='marcel'
pkgname="ruby-${_gemname}"
-pkgver=1.1.0
+pkgver=1.2.1
pkgrel=1
pkgdesc='Simple mime type detection using magic numbers, filenames, and
extensions'
arch=('any')
@@ -15,8 +15,8 @@ checkdepends=('ruby-minitest' 'ruby-rack')
source=(
"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
)
-sha512sums=('0465955f7cb0d8001d6116c5d3fef6bd6ab4a114cab5a8efb74e17ee53e2ab844aae935e716ddd522d266dd9bf0dd8a0e4e0f5aaee903d8cd61870f4de4617a1')
-b2sums=('88ca72d9c11da62052152fab9a8d49b170509365386efac281704b5e9722925aa3a8f7290e4dd26316bcffe0db49f1bafc45a529cd1585c12fc4bc415323020b')
+sha512sums=('146bca723538bbc1079b799bda2fb66f29ac9596574dc80ec3979fb1ed3a303b87728c592a2b73c6d390e7ab9e87f9b7d988ea7c6fdffa7b882e38f62ba3d5a2')
+b2sums=('60a7e29b2c1ae2f4fb272e79fbd707cc6f4f95dc10a3651b12cd97584cca2cb5b3eadc5aa863e0e0eb46888f222292aeda69e2194ef23619b4da738116e61a1d')
prepare() {
cd "${_gemname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-marcel/-/commit/55e9691342e41cf70ba81f593d74ecb3c5c55fb2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-marcel/-/commit/55e9691342e41cf70ba81f593d74ecb3c5c55fb2
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