summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88c487c6d869..d62e1890be12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = yosys-git
pkgdesc = A framework for RTL synthesis
- pkgver = 0.9+3624.r10271.ac0bd2ff
+ pkgver = 0.19+20.r11686.12b0ce972
pkgrel = 1
- url = http://www.clifford.at/yosys/
+ url = https://yosyshq.net/yosys/
arch = x86_64
arch = i686
license = custom:ISC
@@ -17,7 +17,7 @@ pkgbase = yosys-git
depends = boost-libs
optdepends = graphviz: Schematics display support
optdepends = xdot: Design netlist display support
- provides = yosys
+ provides = yosys=0.19+20.r11686.12b0ce972
conflicts = yosys
source = git+https://github.com/YosysHQ/yosys.git
source = git+https://github.com/YosysHQ/abc.git
diff --git a/PKGBUILD b/PKGBUILD
index 64f9743d07fa..657fa76c7704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=yosys-git
pkgrel=1
-pkgver=r10243.9e00f3f1
+pkgver=0.19+20.r11686.12b0ce972
pkgdesc='A framework for RTL synthesis'
arch=('x86_64' 'i686')
-url='http://www.clifford.at/yosys/'
+url='https://yosyshq.net/yosys/'
license=('custom:ISC')
-provides=("yosys")
+provides=("yosys=$pkgver")
conflicts=("yosys")
depends=('tcl' 'libffi' 'python' 'boost-libs')
optdepends=('graphviz: Schematics display support' 'xdot: Design netlist display support')