Date: Friday, February 10, 2023 @ 11:01:56
Author: orhun
Revision: 1399553
archrelease: copy trunk to community-x86_64
Added:
cargo-zigbuild/repos/community-x86_64/PKGBUILD
(from rev 1399552, cargo-zigbuild/trunk/PKGBUILD)
Deleted:
cargo-zigbuild/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-10 11:01:40 UTC (rev 1399552)
+++ PKGBUILD 2023-02-10 11:01:56 UTC (rev 1399553)
@@ -1,38 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: KokaKiwi <kokakiwi+aur at kokakiwi dot net>
-
-pkgname=cargo-zigbuild
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="Compile Cargo project with zig as linker"
-arch=('x86_64')
-url="https://github.com/rust-cross/cargo-zigbuild"
-license=('MIT')
-depends=('gcc-libs' 'zig')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('a6f855a011062cb19c7e921aeeac1188edca9ae7ac0c845bc1346921ea982feb')
-
-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 1399552,
cargo-zigbuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-10 11:01:56 UTC (rev 1399553)
@@ -0,0 +1,38 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: KokaKiwi <kokakiwi+aur at kokakiwi dot net>
+
+pkgname=cargo-zigbuild
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Compile Cargo project with zig as linker"
+arch=('x86_64')
+url="https://github.com/rust-cross/cargo-zigbuild"
+license=('MIT')
+depends=('gcc-libs' 'zig')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('307e5e2ea6a2c5eb582f6134fbc19c125643c35a19d5104f3abf897854cff8dc')
+
+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: