summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechcable2023-09-16 01:25:19 -0700
committerTechcable2023-09-16 01:25:19 -0700
commit377f6aca604de0353b99078ec8a10412756dae7a (patch)
tree7af90008ea0c6c325e236bf83d9150378f294ce1
parent1be1082a4f9f2cd5336ee66825e872810343d078 (diff)
downloadaur-377f6aca604de0353b99078ec8a10412756dae7a.tar.gz
Bump version to 0.12.0_dev.381+1a0e6bcdb
This continues to work without modification. I am only bumping the version here because of the minor version increase from 0.11 -> 0.12 To clarify once again, this is an auto-updated package which should not require manual intervention for most updates. The exception is the documentation, which currently seems to be broken?
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cc3ef089850..84ecd8697d99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zig-dev-bin
pkgdesc = A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software
- pkgver = 0.11.0_dev.3803+7ad104227
+ pkgver = 0.12.0_dev.381+1a0e6bcdb
pkgrel = 1
epoch = 1
url = https://ziglang.org/
diff --git a/PKGBUILD b/PKGBUILD
index 37bf90cbcd09..e815cfbbcac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=zig-dev-bin
# "newer" greater than the new version scheme
epoch=1
# NOTE: Hyphen -> underscore
-pkgver=0.11.0_dev.3803+7ad104227
+pkgver=0.12.0_dev.381+1a0e6bcdb
pkgrel=1
pkgdesc="A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software"
arch=('x86_64' 'aarch64')