summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAki Van Ness2024-04-11 08:13:36 +0200
committerAki Van Ness2024-04-11 08:13:36 +0200
commitf27481ec999f2d48bca28317a93d7f90a8dd686d (patch)
tree5267eb22368c0aeb6905f814157d4f21043993e6
parent01a738ed21baede209fd17f3b9d12373199cad90 (diff)
downloadaur-f27481ec999f2d48bca28317a93d7f90a8dd686d.tar.gz
Bumpped nextpnr-ice40 version to 20240411_nextpnr_0.7_26_gd3b53d8e
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.in6
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c903aea35907..9b56f3ecc61d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = nextpnr-ice40-nightly
makedepends = gawk
makedepends = eigen
makedepends = boost
- makedepends = icestorm-nightly
depends = yosys-nightly
depends = icestorm-nightly
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 38215885ca43..c29dde4ca865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,14 +18,14 @@ depends=(
"qt5-base"
)
optdepends=()
-makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "icestorm-nightly")
+makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
conflicts=(
"nextpnr-git"
"nextpnr-all-nightly"
)
replaces=()
source=(
- "nextpnr::git+https://github.com/YosysHQ/nextpnr.git"#commit=d3b53d8e
+ "nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=d3b53d8e"
)
sha256sums=(
"SKIP"
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 051d6e406f22..ff1bc24266de 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-ice40-nightly
-pkgver=@NPR_VER@
+pkgver=@EDA_VER@
pkgrel=1
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - for ice40"
@@ -18,14 +18,14 @@ depends=(
"qt5-base"
)
optdepends=()
-makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "icestorm-nightly")
+makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
conflicts=(
"nextpnr-git"
"nextpnr-all-nightly"
)
replaces=()
source=(
- "nextpnr::git+https://github.com/YosysHQ/nextpnr.git"#commit=@NPR_HASH@
+ "nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=@EDA_HASH@"
)
sha256sums=(
"SKIP"