summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92fe83490b86..ed91717b0b87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextpnr-git
pkgdesc = Portable FPGA place and route tool
- pkgver = 0.6.r100.g8e84006e
+ pkgver = 0.7.r29.gf0859503
pkgrel = 1
url = https://github.com/YosysHQ/nextpnr
arch = i686
@@ -15,10 +15,11 @@ pkgbase = nextpnr-git
makedepends = prjtrellis-db-git>=r269.566c78d
makedepends = prjoxide
makedepends = prjapicula
+ makedepends = prjapicula
depends = boost-libs
depends = python
depends = qt5-base
- provides = nextpnr=0.6.r100.g8e84006e
+ provides = nextpnr=0.7.r29.gf0859503
conflicts = nextpnr
source = nextpnr::git+https://github.com/YosysHQ/nextpnr.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ff741856c628..eddbf5acb5aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
# Contributor: Richard Petri <git@rpls.de>
# Contributor: Graham Edgecombe <gpe@grahamedgecombe.com>
-_ARCHS=('generic' 'ice40' 'ecp5' 'nexus' 'gowin')
+_ARCHS=('generic' 'ice40' 'ecp5' 'nexus' 'gowin' 'himbaechel')
pkgname=nextpnr-git
-pkgver=0.6.r100.g8e84006e
+pkgver=0.7.r29.gf0859503
pkgrel=1
pkgdesc='Portable FPGA place and route tool'
arch=('i686' 'x86_64')
@@ -37,6 +37,10 @@ for _arch in ${_ARCHS[@]}; do
makedepends+=('prjapicula')
_CONFIG+=('-DGOWIN_BBA_EXECUTABLE=/usr/bin/gowin_bba')
;;
+ himbaechel)
+ makedepends+=('prjapicula')
+ _CONFIG+=('-DHIMBAECHEL_GOWIN_DEVICES=all')
+ ;;
generic)
;;
*)