[arch-commits] Commit in ruby-etc/trunk (PKGBUILD)
Andreas Schleifer
segaja at gemini.archlinux.org
Sun Sep 11 13:33:22 UTC 2022
Date: Sunday, September 11, 2022 @ 13:33:21
Author: segaja
Revision: 1300540
upgpkg: ruby-etc 1.3.0-4: fix gemspec file
Modified:
ruby-etc/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-11 13:30:35 UTC (rev 1300539)
+++ PKGBUILD 2022-09-11 13:33:21 UTC (rev 1300540)
@@ -3,7 +3,7 @@
_gemname='etc'
pkgname="ruby-${_gemname}"
pkgver=1.3.0
-pkgrel=3
+pkgrel=4
pkgdesc='Provides access to information typically stored in UNIX /etc directory'
arch=('x86_64')
url="https://github.com/ruby/${_gemname}"
@@ -19,6 +19,8 @@
prepare() {
cd "${_gemname}-${pkgver}"
+ patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
# update gemspec/Gemfile to allow newer version of the dependencies
sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
}
More information about the arch-commits
mailing list