summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-01-27 16:09:20 +0100
committerXiretza2021-01-27 16:09:20 +0100
commit9c29b32cd61b54798f45ebbfcc9bf97e9c28d09d (patch)
treef16bb68781832cdfdbe9bd442fe58a8b98b32e37
parent26e84ed1b5a9272ed3b45ced891164aa13585531 (diff)
downloadaur-9c29b32cd61b54798f45ebbfcc9bf97e9c28d09d.tar.gz
Add buildnum to pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c1e78108b4a..f67bc032ceff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = symbiflow-arch-defs-nightly-bin
pkgdesc = Documentation of various FPGA architectures - latest binary snapshot
- pkgver = 20210122.bff52005
+ pkgver = 20210122.125.bff52005
pkgrel = 1
url = https://github.com/SymbiFlow/symbiflow-arch-defs
arch = any
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)