summarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authoraki-nyan2022-02-19 11:51:34 +0100
committeraki-nyan2022-02-19 11:51:34 +0100
commitc8c87c9c80e2d40b1c50cc60a4da53ae991b8cf2 (patch)
tree7e9c9c171671179e89faf737d0f63994a9c1b110 /PKGBUILD.in
parent101951a9f956328f98787103094a48fe2fa56b55 (diff)
downloadaur-c8c87c9c80e2d40b1c50cc60a4da53ae991b8cf2.tar.gz
Bumped nextpnr-ecp5 Version to 20220219_347ba3a
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index b4ed734571ef..c57d9a7abe78 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -2,7 +2,7 @@
pkgname=nextpnr-ecp5-nightly
pkgver=@NPR_VER@
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - for ecp5"
arch=("x86_64")
@@ -21,6 +21,7 @@ optdepends=()
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
conflicts=(
"nextpnr-git"
+ "nextpnr-all-nightly"
)
replaces=()
source=(
@@ -53,5 +54,5 @@ build() {
package() {
cd "${srcdir}/nextpnr"
DESTDIR="${pkgdir}" PREFIX="${_PREFIX}" ninja -C build-ecp5 install
- iinstall -Dm644 "${srcdir}/nextpnr/COPYING" "${pkgdir}${_PREFIX}/share/licenses/nextpnr-ecp5/COPYING"
+ install -Dm644 "${srcdir}/nextpnr/COPYING" "${pkgdir}${_PREFIX}/share/licenses/nextpnr-ecp5/COPYING"
}