Date: Monday, April 17, 2023 @ 22:27:21
  Author: anatolik
Revision: 1447101

archrelease: copy trunk to community-x86_64

Added:
  shards/repos/community-x86_64/PKGBUILD
    (from rev 1447100, shards/trunk/PKGBUILD)
Deleted:
  shards/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 22:27:01 UTC (rev 1447100)
+++ PKGBUILD    2023-04-17 22:27:21 UTC (rev 1447101)
@@ -1,37 +0,0 @@
-# Maintainer: Anatol Pomozov <[email protected]>
-# Contributor: Jonne Haß <[email protected]>
-
-pkgname=shards
-pkgver=0.17.3
-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=('6512ff51bd69057f4da4783eb6b14c29d9a88b97d35985356d1dc644a08424c7')
-
-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"
-}

Copied: shards/repos/community-x86_64/PKGBUILD (from rev 1447100, 
shards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 22:27:21 UTC (rev 1447101)
@@ -0,0 +1,37 @@
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: Jonne Haß <[email protected]>
+
+pkgname=shards
+pkgver=0.17.3
+pkgrel=2
+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 pcre2)
+makedepends=(crystal)
+checkdepends=(git mercurial fossil)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('6512ff51bd69057f4da4783eb6b14c29d9a88b97d35985356d1dc644a08424c7')
+
+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"
+}

Reply via email to