Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
ruby-mime-types
Commits:
c234adc9 by Bert Peters at 2025-03-22T09:27:06+01:00
upgpkg: 3.6.1-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-mime-types
pkgdesc = MIME Content-Type database
- pkgver = 3.6.0
- pkgrel = 2
+ pkgver = 3.6.1
+ pkgrel = 1
url = https://github.com/mime-types/ruby-mime-types/
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = ruby-mime-types
depends = ruby
depends = ruby-mime-types-data
options = !emptydirs
- source =
ruby-mime-types-3.6.0.tar.gz::https://github.com/mime-types/mime-types/archive/refs/tags/v3.6.0.tar.gz
- sha256sums =
47e92d1894559864f10941c286846d5791c98a6494c067ffba2a121dda34c2a7
+ source =
ruby-mime-types-3.6.1.tar.gz::https://github.com/mime-types/mime-types/archive/refs/tags/v3.6.1.tar.gz
+ sha256sums =
a0150cae4421420dc7ff2c11a830db207301550686dd451b8409f1a8c1305437
pkgname = ruby-mime-types
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_name=mime-types
pkgname=ruby-mime-types
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.6.1
+pkgrel=1
pkgdesc='MIME Content-Type database'
arch=('any')
url='https://github.com/mime-types/ruby-mime-types/'
@@ -15,7 +15,7 @@ makedepends=('ruby-rdoc')
checkdepends=('ruby-rake' 'ruby-hoe' 'ruby-minitest'{,-hooks})
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/mime-types/$_name/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('47e92d1894559864f10941c286846d5791c98a6494c067ffba2a121dda34c2a7')
+sha256sums=('a0150cae4421420dc7ff2c11a830db207301550686dd451b8409f1a8c1305437')
prepare() {
cd "${pkgname}-${pkgver}"
@@ -25,6 +25,9 @@ prepare() {
# remove ruby-minitest-focus requirement
sed '/minitest\/focus/d' -i test/minitest_helper.rb
+
+ # trusted releases don't exist yet
+ sed '/trusted_release/d' -i Rakefile
}
build() {
@@ -82,7 +85,7 @@ package() {
cp --archive --verbose tmp_install/* "${pkgdir}"
- install --verbose -D --mode=0644 Licence.md --target-directory
"${pkgdir}/usr/share/licenses/${pkgname}"
+ install --verbose -D --mode=0644 LICENCE.md --target-directory
"${pkgdir}/usr/share/licenses/${pkgname}"
}
# vim: ts=2 sw=2 et:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-mime-types/-/commit/c234adc9af8b05f9142dc6740388df9b4b484988
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-mime-types/-/commit/c234adc9af8b05f9142dc6740388df9b4b484988
You're receiving this email because of your account on gitlab.archlinux.org.