Date: Thursday, March 23, 2023 @ 08:41:18
Author: orhun
Revision: 1427164
upgpkg: cargo-zigbuild 0.16.4-1: upstream release
Modified:
cargo-zigbuild/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-23 08:32:10 UTC (rev 1427163)
+++ PKGBUILD 2023-03-23 08:41:18 UTC (rev 1427164)
@@ -2,7 +2,7 @@
# Contributor: KokaKiwi <kokakiwi+aur at kokakiwi dot net>
pkgname=cargo-zigbuild
-pkgver=0.16.3
+pkgver=0.16.4
pkgrel=1
pkgdesc="Compile Cargo project with zig as linker"
arch=('x86_64')
@@ -11,7 +11,7 @@
depends=('gcc-libs' 'zig')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ebfc5a2462626082d2c784e735c038a9e174abbe0b20b9d2cb185add125ee95a')
+sha256sums=('eb74f3ec6a0182f9b2851c37f0594413eb52a765e96397ce68b1f02fd0162450')
prepare() {
cd "$pkgname-$pkgver"