Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-net-imap
Commits:
e43424e1 by Andreas Schleifer at 2024-10-02T12:29:00+02:00
upgpkg: 0.4.12-3: Ruby 3.3 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-net-imap
pkgdesc = Ruby client api for Internet Message Access Protocol
pkgver = 0.4.12
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ruby/net-imap
arch = any
license = RUBY
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_gemname='net-imap'
pkgname="ruby-${_gemname}"
pkgver=0.4.12
-pkgrel=2
+pkgrel=3
pkgdesc='Ruby client api for Internet Message Access Protocol'
arch=('any')
url="https://github.com/ruby/${_gemname}"
@@ -28,7 +28,7 @@ prepare() {
sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
# we don't build from a git checkout
- sed --in-place --regexp-extended 's|`git ls-files -z`\.split\("\\x0"\)|`find
. -type f -not -path "*/\.git*" -printf "%P\n"`\.split\("\n"\)|'
"${_gemname}.gemspec"
+ sed --in-place --regexp-extended 's|`git ls-files -z
2>/dev/null`\.split\("\\x0"\)|`find . -type f -not -path "*/\.git*" -printf
"%P\n"`\.split\("\n"\)|' "${_gemname}.gemspec"
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-net-imap/-/commit/e43424e1cdd85109c0017815d66e89f80099a9b2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-net-imap/-/commit/e43424e1cdd85109c0017815d66e89f80099a9b2
You're receiving this email because of your account on gitlab.archlinux.org.