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

Daurnimator daurnimator at archlinux.org
Sun Jan 26 10:19:49 UTC 2020


    Date: Sunday, January 26, 2020 @ 10:19:48
  Author: daurnimator
Revision: 555646

archrelease: copy trunk to community-x86_64

Added:
  wishbone-utils/repos/community-x86_64/PKGBUILD
    (from rev 555645, 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-26 10:14:02 UTC (rev 555645)
+++ PKGBUILD	2020-01-26 10:19:48 UTC (rev 555646)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=wishbone-utils
-pkgver=0.6.1
-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=('287529913a92648c06f6344e1a12137224692a2c559f13d2b03270a6e9758a0595dd652675ff4e7ba2fbec7eb4a9d19ca8413f215ca3e4ab9ae585334ff7e7d9')
-
-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 555645, wishbone-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-26 10:19:48 UTC (rev 555646)
@@ -0,0 +1,29 @@
+# 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"
+}



More information about the arch-commits mailing list