[arch-commits] Commit in ruby-sync/trunk (PKGBUILD)
Tim Meusel
bastelfreak at archlinux.org
Sun May 16 14:11:18 UTC 2021
Date: Sunday, May 16, 2021 @ 14:11:18
Author: bastelfreak
Revision: 935804
fix typo in PKGBUILD
Modified:
ruby-sync/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-16 14:10:52 UTC (rev 935803)
+++ PKGBUILD 2021-05-16 14:11:18 UTC (rev 935804)
@@ -4,8 +4,8 @@
_gemname='sync'
pkgname="ruby-${_gemname}"
pkgver=0.5.0
-pkgrel=5
-pkgdesc='A Ruby module packaged asa gem that provides a two-phase lock with a counter. Was in Ruby core until 2.7'
+pkgrel=6
+pkgdesc='A Ruby module packaged as a gem that provides a two-phase lock with a counter. Was in Ruby core until 2.7'
arch=('any')
url='https://github.com/ruby/sync'
license=('BSD')
More information about the arch-commits
mailing list