[arch-commits] Commit in shards/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sun Jun 21 18:33:19 UTC 2020


    Date: Sunday, June 21, 2020 @ 18:33:18
  Author: anatolik
Revision: 649870

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-21 18:33:15 UTC (rev 649869)
+++ PKGBUILD	2020-06-21 18:33:18 UTC (rev 649870)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Jonne Haß <me at jhass.eu>
-
-pkgname=shards
-pkgver=0.11.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)
-source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('d1b58ec81c6acc2bf7ecad4e2868e05f74a57647318a167c7324f706b568bfff')
-
-build() {
-  cd shards-$pkgver
-  CRYSTAL_OPTS="--release" make
-}
-
-check() {
-  cd shards-$pkgver
-  # tests are currently failing. TODO: fix it
-  # make test -j1 # 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-testing-x86_64/PKGBUILD (from rev 649868, shards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-21 18:33:18 UTC (rev 649870)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Jonne Haß <me at jhass.eu>
+
+pkgname=shards
+pkgver=0.11.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)
+makedepends=(crystal)
+checkdepends=(git)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('e78095867334b4058f860c6da8dc3892994769ef51795de74ffb708a66c6847d')
+
+build() {
+  cd shards-$pkgver
+  CRYSTAL_OPTS="--release" make
+}
+
+check() {
+  cd shards-$pkgver
+  # tests are currently failing. TODO: fix it
+  # make test -j1 # 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"
+}



More information about the arch-commits mailing list