[arch-commits] Commit in cargo-zigbuild/repos/community-x86_64 (PKGBUILD PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Tue Apr 12 13:08:49 UTC 2022


    Date: Tuesday, April 12, 2022 @ 13:08:49
  Author: orhun
Revision: 1185958

archrelease: copy trunk to community-x86_64

Added:
  cargo-zigbuild/repos/community-x86_64/PKGBUILD
    (from rev 1185957, cargo-zigbuild/trunk/PKGBUILD)
Deleted:
  cargo-zigbuild/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-12 13:08:30 UTC (rev 1185957)
+++ PKGBUILD	2022-04-12 13:08:49 UTC (rev 1185958)
@@ -1,38 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: KokaKiwi <kokakiwi+aur at kokakiwi dot net>
-
-pkgname=cargo-zigbuild
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Compile Cargo project with zig as linker"
-arch=('x86_64')
-url="https://github.com/messense/cargo-zigbuild"
-license=('MIT')
-depends=('gcc-libs' 'zig')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e1e1dc3ad6c86bc7d7ad5425ae169555f8afc7a58ba3518d2617fe7e01c968e0')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-zigbuild/repos/community-x86_64/PKGBUILD (from rev 1185957, cargo-zigbuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-12 13:08:49 UTC (rev 1185958)
@@ -0,0 +1,38 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: KokaKiwi <kokakiwi+aur at kokakiwi dot net>
+
+pkgname=cargo-zigbuild
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Compile Cargo project with zig as linker"
+arch=('x86_64')
+url="https://github.com/messense/cargo-zigbuild"
+license=('MIT')
+depends=('gcc-libs' 'zig')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('98dd96e3b4f8439d4b1fd865a08eb70badbd2b0c5290925404e3191aa7db9390')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list