[arch-commits] Commit in ruby-ed25519/trunk (PKGBUILD)

Tim Meusel bastelfreak at gemini.archlinux.org
Mon May 2 08:12:03 UTC 2022


    Date: Monday, May 2, 2022 @ 08:12:02
  Author: bastelfreak
Revision: 1192183

Update 1.2.4->1.3.0

Modified:
  ruby-ed25519/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 08:07:45 UTC (rev 1192182)
+++ PKGBUILD	2022-05-02 08:12:02 UTC (rev 1192183)
@@ -2,11 +2,11 @@
 
 _gemname='ed25519'
 pkgname="ruby-${_gemname}"
-pkgver=1.2.4
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='A Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032.'
 arch=('x86_64')
-url='https://github.com/RubyCrypto/ed25519'
+url="https://github.com/RubyCrypto/${_gemname}"
 license=('MIT')
 depends=('ruby')
 makedepends=('ruby-rake' 'ruby-bundler' 'ruby-rdoc' 'ruby-rake-compiler')
@@ -13,7 +13,7 @@
 checkdepends=('ruby-rspec')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('cf2de7781848d804f3a279baef26f887846d7d846d225293c74dc3f4e301d18518c9edc8b721f9637fff8f087703e91d2376119f2d8185ef19be5862f99801b3')
+sha512sums=('dbd108769e131d15e4f31eaf7f4a46530769f279ccbbe4a10b5fe9e1d394bafb0ea6af95b6b1da2d66db00072576ff9d6d5c9156d949d79daf929a9dbd22eea8')
 provides=('ed25519_ref10.so')
 prepare() {
   cd "${srcdir}/${_gemname}-${pkgver}"
@@ -20,7 +20,9 @@
 
   sed -E 's|~>|>=|g' --in-place "${_gemname}.gemspec"
   sed --in-place 's|`git ls-files -z`|`find . -print0`|' "${_gemname}.gemspec"
-  sed --in-place '/rubocop/Id' Rakefile Gemfile
+  sed --in-place '/rubocop/Id' Rakefile
+  rm Gemfile
+  sed --in-place '/coveralls/Id' spec/spec_helper.rb
 }
 
 build() {



More information about the arch-commits mailing list