Bumped nextpnr-ice40 Version to 67bd349e_20211417

This commit is contained in:
Aki Van Ness 2021-09-16 20:14:55 -04:00
parent 5bd33cbfee
commit 435bb55aba
No known key found for this signature in database
GPG key ID: 77F49A56EE669F18
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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 ..
}

View file

@ -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 ..
}