summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2021-07-13 16:08:32 +0800
committerKaizhao Zhang2021-07-13 16:08:32 +0800
commitd1e5ace845432b9d91c597ec01ac2af9c8cab4ce (patch)
tree1d5bbe714dfcb26951b3b115fee3646de7f29133
parent393a0c75546223bd243091237c364027e0afb483 (diff)
downloadaur-d1e5ace845432b9d91c597ec01ac2af9c8cab4ce.tar.gz
Updated to version 20210713 (0.9.0-dev.463+3e8394776)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35a3a92957ca..1702452ca9ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = zig-dev-bin
pkgdesc = A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software
- pkgver = 20210711
+ pkgver = 20210713
pkgrel = 1
url = https://ziglang.org/
arch = x86_64
license = MIT
provides = zig
conflicts = zig
- source = https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.447+40764650a.tar.xz
- sha256sums = 7114b896117c06eb86982e9c8c506018a65fba31a6f0687ff1169d3ce12c17b6
+ options = !strip
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.463+3e8394776.tar.xz
+ sha256sums = 91ca54fd13b60f90be68cf21b171d9769bf4f7ce093c2afc9badfc6e31d7d736
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index 00b91b39345b..f3776187b824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.9.0-dev.447+40764650a
+_buildver=0.9.0-dev.463+3e8394776
pkgname=zig-dev-bin
-pkgver=20210711
+pkgver=20210713
pkgrel=1
pkgdesc="A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software"
arch=('x86_64')
url="https://ziglang.org/"
license=('MIT')
+options=('!strip')
provides=('zig')
conflicts=('zig')
source=(
"https://ziglang.org/builds/zig-linux-x86_64-${_buildver}.tar.xz"
)
sha256sums=(
- '7114b896117c06eb86982e9c8c506018a65fba31a6f0687ff1169d3ce12c17b6'
+ '91ca54fd13b60f90be68cf21b171d9769bf4f7ce093c2afc9badfc6e31d7d736'
)
package() {