summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoel2022-11-09 18:42:56 +1030
committerJoel2022-11-09 18:42:56 +1030
commita29a7e5f82bc950ac915af8bbc506fe99893973a (patch)
tree0aa88fef8f817f52438de55aad0b074f515d2563 /PKGBUILD
parentf68c8d10861215125c9abd783184f18f2e7be7e4 (diff)
downloadaur-a29a7e5f82bc950ac915af8bbc506fe99893973a.tar.gz
Updated to version 1.3.1-rc.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79f04237f235..9a14521e9c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver() {
version=$(grep AC_INIT <./configure.ac | awk -F'[\\[\\]]' '{print $4}')
printf "${version}.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" | tr "-" "_"
}
-pkgver=1.3.1_rc.2.r189.4c2223f
+pkgver=1.3.1_rc.3.r191.bdebc69
pkgrel=1
pkgdesc="An in-memory assembler for x86. (main branch)"
arch=(x86_64)