Date: Monday, October 10, 2022 @ 16:41:27
Author: anatolik
Revision: 1326409
archrelease: copy trunk to community-x86_64
Added:
shards/repos/community-x86_64/PKGBUILD
(from rev 1326408, shards/trunk/PKGBUILD)
Deleted:
shards/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-10 16:41:07 UTC (rev 1326408)
+++ PKGBUILD 2022-10-10 16:41:27 UTC (rev 1326409)
@@ -1,37 +0,0 @@
-# Maintainer: Anatol Pomozov <[email protected]>
-# Contributor: Jonne Haß <[email protected]>
-
-pkgname=shards
-pkgver=0.17.0
-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)
-makedepends=(crystal)
-checkdepends=(git mercurial fossil)
-source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('b3f0a2261437b21b3e2465b7755edf0c33f0305a112bd9a36e1b3ec74f96b098')
-
-build() {
- cd shards-$pkgver
- CRYSTAL_OPTS="--release" make
-}
-
-check() {
- cd shards-$pkgver
-
- # remove git config settings once
https://github.com/crystal-lang/shards/issues/430 is fixed
- git config --global user.email "[email protected]"
- 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
-}
-
-package() {
- cd shards-$pkgver
- PREFIX=/usr DESTDIR="$pkgdir" make install
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: shards/repos/community-x86_64/PKGBUILD (from rev 1326408,
shards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-10 16:41:27 UTC (rev 1326409)
@@ -0,0 +1,37 @@
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: Jonne Haß <[email protected]>
+
+pkgname=shards
+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 pcre)
+makedepends=(crystal)
+checkdepends=(git mercurial fossil)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('cfae162980ef9260120f00ba530273fc2e1b595906b6d39db0cd41323f936e03')
+
+build() {
+ cd shards-$pkgver
+ CRYSTAL_OPTS="--release" make
+}
+
+check() {
+ cd shards-$pkgver
+
+ # remove git config settings once
https://github.com/crystal-lang/shards/issues/430 is fixed
+ git config --global user.email "[email protected]"
+ git config --global user.name "Your Name"
+ git config --global column.ui always
+
+ make test -j1 # -j1 is due to race condition in test code
+}
+
+package() {
+ cd shards-$pkgver
+ PREFIX=/usr DESTDIR="$pkgdir" make install
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}