summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTechcable2022-08-23 21:08:07 -0700
committerTechcable2022-08-23 21:12:54 -0700
commit2fa5955d7e5e1c8ab9ea0ad539d37cf6aab407dd (patch)
treefbedf3ea19c7482ecef77725fb885d7b02b327e1 /PKGBUILD
parent5e21c2cd75a9ee49d48376d91af4e64db2f38dc7 (diff)
downloadaur-2fa5955d7e5e1c8ab9ea0ad539d37cf6aab407dd.tar.gz
Add hello.zig to index to fix failing check()
This was caused by a bad .gitignore file which explicitly included files (instead of it's usual role of excluding files). Thanks to @legendary-cookie for noticing this. Now I switched to the traditional form that excludes files (so this specific git issue should not happen again). Bump pkgver to indicate
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66a5a2747acb..d53f3d58ebca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=zig-dev-bin
epoch=1
# NOTE: Hyphen -> underscore
pkgver=0.10.0_dev.3659+e5e6eb983
-pkgrel=1
+pkgrel=2
pkgdesc="A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software"
arch=('x86_64' 'aarch64')
url="https://ziglang.org/"