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

Daurnimator daurnimator at archlinux.org
Sat Nov 14 11:26:31 UTC 2020


    Date: Saturday, November 14, 2020 @ 11:26:30
  Author: daurnimator
Revision: 754058

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-14 11:25:30 UTC (rev 754057)
+++ PKGBUILD	2020-11-14 11:26:30 UTC (rev 754058)
@@ -1,30 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Maintainer: Daurnimator<daurnimator at archlinux.org>
-
-pkgname=wishbone-utils
-pkgver=0.7.5
-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=('7652fefbd70714480cdc9ecc21f78c0d5ee248067c30ac48a4d548bbaceeecb5850a86ee27f953f0d8c3150e4a4c8ef607bcdddac837af206ee6de4792e8d9f2')
-
-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 754057, wishbone-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-14 11:26:30 UTC (rev 754058)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Maintainer: Daurnimator<daurnimator at archlinux.org>
+
+pkgname=wishbone-utils
+pkgver=0.7.8
+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=('ca61e335f97c3e5ed0b02d71601c4d2102c87ea40051f7345514c1624c06bdaa47bb6acca66c0709968c9e39faf570f49e5ec81cb444909029498043240e506d')
+
+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