[arch-commits] Commit in wishbone-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daurnimator daurnimator at archlinux.org
Mon Jan 27 11:00:13 UTC 2020


    Date: Monday, January 27, 2020 @ 11:00:13
  Author: daurnimator
Revision: 555945

archrelease: copy trunk to community-x86_64

Added:
  wishbone-utils/repos/community-x86_64/PKGBUILD
    (from rev 555943, wishbone-utils/trunk/PKGBUILD)
Deleted:
  wishbone-utils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-27 11:00:08 UTC (rev 555944)
+++ PKGBUILD	2020-01-27 11:00:13 UTC (rev 555945)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=wishbone-utils
-pkgver=0.6.4
-pkgrel=1
-pkgdesc='Utilities for working with a Wishbone bridge'
-arch=(x86_64)
-url="https://github.com/litex-hub/wishbone-utils"
-license=(BSD)
-depends=(glibc gcc-libs)
-makedepends=(rust)
-source=($pkgname-$pkgver.tar.gz::https://github.com/litex-hub/wishbone-utils/archive/v$pkgver.tar.gz)
-sha512sums=('3655b9fe4bd4184c6b001278db047c3c017a3d08fb8c01090c6e331176a9c023e998a6a460813b9238b141f2685feaf06113ce425338b0c648abd33d5cb8ed0d')
-
-build() {
-  cd $pkgname-$pkgver/wishbone-tool
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$pkgver/wishbone-tool
-  cargo test --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm 755 wishbone-tool/target/release/wishbone-tool -t "${pkgdir}/usr/bin/"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wishbone-utils/repos/community-x86_64/PKGBUILD (from rev 555943, wishbone-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-27 11:00:13 UTC (rev 555945)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=wishbone-utils
+pkgver=0.6.6
+pkgrel=1
+pkgdesc='Utilities for working with a Wishbone bridge'
+arch=(x86_64)
+url="https://github.com/litex-hub/wishbone-utils"
+license=(BSD)
+depends=(glibc gcc-libs)
+makedepends=(rust)
+source=($pkgname-$pkgver.tar.gz::https://github.com/litex-hub/wishbone-utils/archive/v$pkgver.tar.gz)
+sha512sums=('ffb730e9b110497314e9427001e5d6951d23a98428b8261c777d6742c8d06353c4d9422e1b18e60ed50b2d5e21ab5b9a4ea0085818fe2bbc7759830638afec52')
+
+build() {
+  cd $pkgname-$pkgver/wishbone-tool
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$pkgver/wishbone-tool
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm 755 wishbone-tool/target/release/wishbone-tool -t "${pkgdir}/usr/bin/"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list