summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraki-nyan2022-02-20 05:28:38 +0100
committeraki-nyan2022-02-20 05:28:38 +0100
commitf5d7cb0f843493820e7425f3248e1c45f4ea9cc2 (patch)
tree020e55ca5116d50afa48f90678c78eac95c4b284
parent33ce4d88e04c62c73fc6283371a0e64d70592b80 (diff)
downloadaur-f5d7cb0f843493820e7425f3248e1c45f4ea9cc2.tar.gz
Bumped nextpnr-generic Version to 20220220_347ba3a
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--PKGBUILD.in3
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bffcaf14cbc..3c0e04f314f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nextpnr-generic-nightly
pkgdesc = nextpnr portable FPGA place and route tool - generic
- pkgver = 20220219_347ba3a
- pkgrel = 2
+ pkgver = 20220220_347ba3a
+ pkgrel = 1
epoch = 1
url = https://github.com/YosysHQ/nextpnr
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = nextpnr-generic-nightly
depends = boost-libs
depends = qt5-base
conflicts = nextpnr-git
+ conflicts = nextpnr-all-nightly
options = !strip
source = nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=347ba3a
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 06cdcf1dfb2b..235e5aa975e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-generic-nightly
-pkgver=20220219_347ba3a
-pkgrel=2
+pkgver=20220220_347ba3a
+pkgrel=1
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - generic"
arch=("x86_64")
@@ -20,6 +20,7 @@ optdepends=()
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
conflicts=(
"nextpnr-git"
+ "nextpnr-all-nightly"
)
replaces=()
source=(
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 7867e41d0062..c8385aea4071 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -2,7 +2,7 @@
pkgname=nextpnr-generic-nightly
pkgver=@NPR_VER@
-pkgrel=2
+pkgrel=1
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - generic"
arch=("x86_64")
@@ -20,6 +20,7 @@ optdepends=()
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
conflicts=(
"nextpnr-git"
+ "nextpnr-all-nightly"
)
replaces=()
source=(