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

Daurnimator daurnimator at archlinux.org
Thu Jan 30 07:28:29 UTC 2020


    Date: Thursday, January 30, 2020 @ 07:28:28
  Author: daurnimator
Revision: 559555

archrelease: copy trunk to community-x86_64

Added:
  wishbone-utils/repos/community-x86_64/PKGBUILD
    (from rev 559554, 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-30 07:28:07 UTC (rev 559554)
+++ PKGBUILD	2020-01-30 07:28:28 UTC (rev 559555)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=wishbone-utils
-pkgver=0.6.7
-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=('16c3a73fdfed4b828563624252842fc7de615ad70da34cf1b77eed4cb0570511991c74c23d4fe6bd2cabb481ebd0a552aedea65e00726f348959419b92790b6c')
-
-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 559554, wishbone-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-30 07:28:28 UTC (rev 559555)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=wishbone-utils
+pkgver=0.6.9
+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=('16de81d300fdbfd2a66c82eb9d87396284d948183f2d012b59f4a0bcb0e8c38cc0f5b6a8efa6fa0376543aa8f88c63e0cf617c4863145f6a46c81ad53e8238fa')
+
+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