summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAki Van Ness2024-04-11 08:13:21 +0200
committerAki Van Ness2024-04-11 08:13:21 +0200
commit53ad3f3db86ee40c0608ef9c0b62cc3473e6aefc (patch)
tree4cb394c4fa4af6f600e4ebd97b4f4faacce9d857
parentc21c175a10a2761754a9931cbbdf3249af3531ef (diff)
downloadaur-53ad3f3db86ee40c0608ef9c0b62cc3473e6aefc.tar.gz
Bumpped nextpnr-ecp5 version to 20240411_nextpnr_0.7_26_gd3b53d8e
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.in6
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a52d1b6abb9..e18919ab09f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = nextpnr-ecp5-nightly
makedepends = gawk
makedepends = eigen
makedepends = boost
- makedepends = prjtrellis-nightly
depends = yosys-nightly
depends = prjtrellis-nightly
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 317a4f69f302..b1ae766b227c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=(
"qt5-base"
)
optdepends=()
-makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "prjtrellis-nightly")
+makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
conflicts=(
"nextpnr-git"
"nextpnr-all-nightly"
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 21572be89b98..1561f850c604 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-ecp5-nightly
-pkgver=@NPR_VER@
+pkgver=@EDA_VER@
pkgrel=1
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - for ecp5"
@@ -18,14 +18,14 @@ depends=(
"qt5-base"
)
optdepends=()
-makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "prjtrellis-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"