diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-08-28 10:20:33 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-08-28 10:22:27 +0200 |
commit | 924063e6c3f400151d634fd33a666c6e60ee00cb (patch) | |
tree | f97cea53867ed8ae4e32adc5268cc3ebbce3c42b /pcr/nextpnr-git | |
parent | 31f9f198971dae9bfb210810fbd127af9f5af278 (diff) | |
download | abslibre-924063e6c3f400151d634fd33a666c6e60ee00cb.tar.gz abslibre-924063e6c3f400151d634fd33a666c6e60ee00cb.tar.bz2 abslibre-924063e6c3f400151d634fd33a666c6e60ee00cb.zip |
pcr: nextpnr-git: fix librestage by updating pkgver to HEAD
If pkgver and the produced packages don't match, librestage
doesn't pick the packages or the right packages.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/nextpnr-git')
-rw-r--r-- | pcr/nextpnr-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/nextpnr-git/PKGBUILD b/pcr/nextpnr-git/PKGBUILD index 78a8dcded..ead018102 100644 --- a/pcr/nextpnr-git/PKGBUILD +++ b/pcr/nextpnr-git/PKGBUILD @@ -3,7 +3,7 @@ # parabola changes and rationale: # no changes. pkgname=nextpnr-git -pkgver=r2190.c192ba2 +pkgver=r2197.cce5cb6 pkgrel=1 pkgdesc='Portable FPGA place and route tool' arch=('i686' 'x86_64') |