Date: Monday, October 10, 2022 @ 16:41:07
  Author: anatolik
Revision: 1326408

upgpkg: shards 0.17.1-1

Modified:
  shards/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 16:08:56 UTC (rev 1326407)
+++ PKGBUILD    2022-10-10 16:41:07 UTC (rev 1326408)
@@ -2,17 +2,17 @@
 # Contributor: Jonne Haß <[email protected]>
 
 pkgname=shards
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(x86_64)
 url='https://github.com/crystal-lang/shards'
 license=(Apache)
-depends=(libyaml git libevent gc)
+depends=(libyaml git libevent gc pcre)
 makedepends=(crystal)
 checkdepends=(git mercurial fossil)
 
source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('b3f0a2261437b21b3e2465b7755edf0c33f0305a112bd9a36e1b3ec74f96b098')
+sha256sums=('cfae162980ef9260120f00ba530273fc2e1b595906b6d39db0cd41323f936e03')
 
 build() {
   cd shards-$pkgver
@@ -27,7 +27,7 @@
   git config --global user.name "Your Name"
   git config --global column.ui always
 
-  make test -j1 # -j1 is due to this bug 
https://github.com/crystal-lang/shards/issues/347
+  make test -j1 # -j1 is due to race condition in test code
 }
 
 package() {

Reply via email to