mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bumped nextpnr-ice40 Version to 67bd349e_20211417
This commit is contained in:
parent
5bd33cbfee
commit
435bb55aba
3 changed files with 6 additions and 6 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nextpnr-ice40-nightly
|
||||
pkgdesc = nextpnr portable FPGA place and route tool - for ice40
|
||||
pkgver = 67bd349e_20211217
|
||||
pkgver = 67bd349e_20211417
|
||||
pkgrel = 1
|
||||
url = https://github.com/YosysHQ/nextpnr
|
||||
arch = any
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Aki-nyan <aur@catgirl.link>
|
||||
|
||||
pkgname=nextpnr-ice40-nightly
|
||||
pkgver=67bd349e_20211217
|
||||
pkgver=67bd349e_20211417
|
||||
pkgrel=1
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - for ice40"
|
||||
arch=("any")
|
||||
|
|
@ -48,13 +48,13 @@ build() {
|
|||
-DUSE_OPENMP=ON \
|
||||
..
|
||||
cd ..
|
||||
ninja -C build
|
||||
ninja -C build-ice40
|
||||
cd ..
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/nextpnr"
|
||||
DESTDIR="${pkgdir}" PREFIX="${_PREFIX}" ninja -C build install
|
||||
DESTDIR="${pkgdir}" PREFIX="${_PREFIX}" ninja -C build-ice40 install
|
||||
install -Dm644 "${srcdir}/nextpnr/COPYING" "${pkgdir}${_PREFIX}/share/licenses/nextpnr-ice40/COPYING"
|
||||
cd ..
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,13 +48,13 @@ build() {
|
|||
-DUSE_OPENMP=ON \
|
||||
..
|
||||
cd ..
|
||||
ninja -C build
|
||||
ninja -C build-ice40
|
||||
cd ..
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/nextpnr"
|
||||
DESTDIR="${pkgdir}" PREFIX="${_PREFIX}" ninja -C build install
|
||||
DESTDIR="${pkgdir}" PREFIX="${_PREFIX}" ninja -C build-ice40 install
|
||||
install -Dm644 "${srcdir}/nextpnr/COPYING" "${pkgdir}${_PREFIX}/share/licenses/nextpnr-ice40/COPYING"
|
||||
cd ..
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue