From 08b1fd18c10bdb5f59eca5f9fdec95ad7a640cfa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 14 Jul 2021 20:43:26 +0200 Subject: [PATCH] ruby-sync: rebuild for ruby-3.0.2. --- srcpkgs/ruby-sync/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ruby-sync/template b/srcpkgs/ruby-sync/template index ff54f4344ea..a76352acfaa 100644 --- a/srcpkgs/ruby-sync/template +++ b/srcpkgs/ruby-sync/template @@ -1,12 +1,12 @@ # Template file for 'ruby-sync' pkgname=ruby-sync version=0.5.0 -revision=2 +revision=3 wrksrc="${pkgname#ruby-}-${version}" build_style=gemspec hostmakedepends="ruby" depends="ruby" -short_desc="A module that provides a two-phase lock with a counter" +short_desc="Ruby module that provides a two-phase lock with a counter" maintainer="Leah Neukirchen " license="BSD-2-Clause" homepage="https://rubygems.org/gems/sync"