summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Bøe2015-10-05 20:39:06 +0000
committerSebastian Bøe2015-10-05 20:39:06 +0000
commit67720956f65d17b4c46de1f4358d075003a782f1 (patch)
tree970e7290224e7e3dc4276e9fb33a6527367d108b
parent917eee063058ff0dfd908badbb86b808e25ee70d (diff)
downloadaur-67720956f65d17b4c46de1f4358d075003a782f1.tar.gz
Changed dependency from icestorm to icestorm-git.
The icestorm-git package provides icestorm, and arachne-pnr-git depends on icestorm, but when installing arachne-pnr-git for some reason icestorm-git is not good enough to be a dependency. I must be misunderstanding something.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8041c6614400..aaf7b85248f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = arachne-pnr-git
arch = i686
license = GPL2
makedepends = git
- depends = icestorm
+ depends = icestorm-git
provides = arachne-pnr
conflicts = arachne-pnr
source = git+https://github.com/cseed/arachne-pnr.git
diff --git a/PKGBUILD b/PKGBUILD
index 3ef6b995bb2f..de98831de6eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc=" Place and route tool for FPGAs"
arch=('x86_64' 'i686')
url="https://github.com/cseed/arachne-pnr"
license=('GPL2')
-depends=('icestorm')
+depends=('icestorm-git')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")