summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAki Van Ness2024-06-05 02:01:44 +0200
committerAki Van Ness2024-06-05 02:01:44 +0200
commit73bf525abf861adb3f73a4a580855c7aa249cf73 (patch)
tree93a97dc4df947c8ac671e5adcad28b8299c4a5c5 /PKGBUILD
parentd9ed81b5a1aee72b0fdf3a9aff72bf3eceb2e530 (diff)
downloadaur-73bf525abf861adb3f73a4a580855c7aa249cf73.tar.gz
Bumpped nextpnr-ice40 version to 20240605_nextpnr_0.7_39_gb7f91e57
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec93497dfeae..480896311f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-ice40-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 ice40"
@@ -24,6 +24,7 @@ conflicts=(
"nextpnr-all-nightly"
)
replaces=()
+provides=("nextpnr-ice40=$(cut -d _ -f 3 <<< "${pkgver}")")
source=(
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=b7f91e57"
)