summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9d163cfdfc7..e5b3b72b5e65 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)"
}
-pkgver=1.0.3.r75.db60743
+pkgver=1.0.4.r117.f511eb5
pkgrel=1
pkgdesc="An in-memory assembler for x86. (main branch)"
arch=(x86_64)