summaryrefslogtreecommitdiff
path: root/pcr/arachne-pnr-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/arachne-pnr-git/PKGBUILD')
-rw-r--r--pcr/arachne-pnr-git/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/arachne-pnr-git/PKGBUILD b/pcr/arachne-pnr-git/PKGBUILD
index 228a07e3a..7bf3eca50 100644
--- a/pcr/arachne-pnr-git/PKGBUILD
+++ b/pcr/arachne-pnr-git/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer(AUR): Sebastian Bøe <sebastianbooe@gmail.com>
-# Maintainer: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
# parabola changes and rationale:
# - Added armv7h and i686 architectures support
+# - Modified to use a fixed git revision
pkgname=arachne-pnr-git
+_commit=c40fb2289952f4f120cc10a5a4c82a6fb88442dc
pkgrel=1
pkgver=r328.c40fb22
pkgdesc=" Place and route tool for FPGAs"
@@ -13,7 +14,7 @@ depends=('icestorm-git')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git+https://github.com/cseed/arachne-pnr.git')
+source=("git+https://github.com/cseed/arachne-pnr.git#commit=${_commit}")
md5sums=('SKIP')
pkgver() {