summarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authoraki-nyan2022-02-19 11:08:08 +0100
committeraki-nyan2022-02-19 11:08:08 +0100
commit101951a9f956328f98787103094a48fe2fa56b55 (patch)
tree006d82672116a4c2fc75cfef827018f848c107e4 /PKGBUILD.in
parent30a301ce2e32d358001d13d3221ed70291a9c8b6 (diff)
downloadaur-101951a9f956328f98787103094a48fe2fa56b55.tar.gz
Bumped nextpnr-ecp5 Version to 20220219_347ba3a
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 589c0b24c745..b4ed734571ef 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -2,7 +2,7 @@
pkgname=nextpnr-ecp5-nightly
pkgver=@NPR_VER@
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - for ecp5"
arch=("x86_64")
@@ -50,13 +50,8 @@ build() {
ninja
}
-check() {
- cd "${srcdir}/nextpnr"
- ninja -C build-ecp5 test
-}
-
package() {
cd "${srcdir}/nextpnr"
DESTDIR="${pkgdir}" PREFIX="${_PREFIX}" ninja -C build-ecp5 install
- install -Dm644 "${srcdir}/nextpnr/COPYING" "${pkgdir}${_PREFIX}/share/licenses/nextpnr-ecp5/COPYING"
+ iinstall -Dm644 "${srcdir}/nextpnr/COPYING" "${pkgdir}${_PREFIX}/share/licenses/nextpnr-ecp5/COPYING"
}