diff --git a/.SRCINFO b/.SRCINFO index b9e48a9d2a20d..619654f8cbba8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,8 @@ pkgbase = nextpnr-nexus-nightly pkgdesc = nextpnr portable FPGA place and route tool - for nexus - pkgver = 67bd349e_20210018 + pkgver = 67bd349e_20210918 pkgrel = 1 + epoch = 1 url = https://github.com/YosysHQ/nextpnr arch = any license = custom:ISC diff --git a/PKGBUILD b/PKGBUILD index dba473e06d48f..4b9d901658c78 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,9 @@ # Maintainer: Aki-nyan pkgname=nextpnr-nexus-nightly -pkgver=67bd349e_20210018 +pkgver=67bd349e_20210918 pkgrel=1 +epoch=1 pkgdesc="nextpnr portable FPGA place and route tool - for nexus" arch=("any") url="https://github.com/YosysHQ/nextpnr" diff --git a/PKGBUILD.in b/PKGBUILD.in index 742027c27cd6d..5fc30f521c200 100644 --- a/PKGBUILD.in +++ b/PKGBUILD.in @@ -3,6 +3,7 @@ pkgname=nextpnr-nexus-nightly pkgver=@NPR_VER@ pkgrel=1 +epoch=1 pkgdesc="nextpnr portable FPGA place and route tool - for nexus" arch=("any") url="https://github.com/YosysHQ/nextpnr"