summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-01-27 16:09:20 +0100
committerXiretza2021-01-27 16:09:20 +0100
commit9c29b32cd61b54798f45ebbfcc9bf97e9c28d09d (patch)
treef16bb68781832cdfdbe9bd442fe58a8b98b32e37 /PKGBUILD
parent26e84ed1b5a9272ed3b45ced891164aa13585531 (diff)
downloadaur-9c29b32cd61b54798f45ebbfcc9bf97e9c28d09d.tar.gz
Add buildnum to pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 087f2476d2e8..84c6d6bd693f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase="$_pkgname-nightly-bin"
_buildnum=125
_builddate=20210122-000052
_commit=bff52005
-pkgver="${_builddate%%-*}.$_commit"
+pkgver="${_builddate%%-*}.$_buildnum.$_commit"
pkgrel=1
pkgdesc="Documentation of various FPGA architectures - latest binary snapshot"
arch=(any)