summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAki Van Ness2024-06-05 02:01:36 +0200
committerAki Van Ness2024-06-05 02:01:36 +0200
commitebd85fcc49d7795478c379b8b15d3f9c2bc556e7 (patch)
tree61dc8b62effda2afd81a5c0975921bd866078f7b /PKGBUILD
parent2f77409b4256b062a21a2862a772e78186852bc1 (diff)
downloadaur-ebd85fcc49d7795478c379b8b15d3f9c2bc556e7.tar.gz
Bumpped nextpnr-machxo2 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 9d4c626bfdac..089bf3ea0e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-machxo2-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 machxo2"
@@ -24,6 +24,7 @@ conflicts=(
"nextpnr-all-nightly"
)
replaces=()
+provides=("nextpnr-machxo2=$(cut -d _ -f 3 <<< "${pkgver}")")
source=(
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=b7f91e57"
)