summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--PKGBUILD.in1
3 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96739561523d..81b5f4b9e75d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextpnr-ecp5-nightly
pkgdesc = nextpnr portable FPGA place and route tool - for ecp5
- pkgver = 20240604_nextpnr_0.7_39_gb7f91e57
+ pkgver = 20240605_nextpnr_0.7_39_gb7f91e57
pkgrel = 1
epoch = 1
url = https://github.com/YosysHQ/nextpnr
@@ -19,6 +19,7 @@ pkgbase = nextpnr-ecp5-nightly
depends = python
depends = boost-libs
depends = qt5-base
+ provides = nextpnr-ecp5=0.7
conflicts = nextpnr-git
conflicts = nextpnr-all-nightly
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index a4963f7d73f5..0b98ce09eab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-ecp5-nightly
-pkgver=20240604_nextpnr_0.7_39_gb7f91e57
+pkgver=20240605_nextpnr_0.7_39_gb7f91e57
pkgrel=1
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - for ecp5"
@@ -24,6 +24,7 @@ conflicts=(
"nextpnr-all-nightly"
)
replaces=()
+provides=("nextpnr-ecp5=$(cut -d _ -f 3 <<< "${pkgver}")")
source=(
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=b7f91e57"
)
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 1561f850c604..c75b6bd5266f 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -24,6 +24,7 @@ conflicts=(
"nextpnr-all-nightly"
)
replaces=()
+provides=("nextpnr-ecp5=$(cut -d _ -f 3 <<< "${pkgver}")")
source=(
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=@EDA_HASH@"
)