summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Matias2020-04-20 22:11:31 -0300
committerPaulo Matias2020-04-20 22:11:31 -0300
commit69353393aa23c0e71cbb9e5a487da422faa4e7b6 (patch)
tree2a4dbe1b482cd3e58e48abe36ed7b9be1f9db3d3
parent6d9783781562e111314b23f7435756d336b98253 (diff)
downloadaur-69353393aa23c0e71cbb9e5a487da422faa4e7b6.tar.gz
Oops, forgot to add tcl as makedepend
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 594ffbda7181..70c0974dc952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluespec-git
pkgdesc = Bluespec Compiler (BSC)
- pkgver = r289.1f95696
+ pkgver = r297.03e603c
pkgrel = 1
url = https://github.com/B-Lang-org/bsc
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 33cac31e8d39..f1d38cfd506a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Paulo Matias <matias@ufscar.br>
pkgname=bluespec-git
-pkgver=r289.1f95696
+pkgver=r297.03e603c
pkgrel=1
pkgdesc='Bluespec Compiler (BSC)'
arch=('x86_64')
url='https://github.com/B-Lang-org/bsc'
license=('BSD')
depends=('haskell-old-time' 'haskell-syb' 'haskell-regex-compat' 'haskell-split')
-makedepends=('git' 'gperf' 'ghc')
+makedepends=('git' 'gperf' 'ghc' 'tcl')
optdepends=('tcl: bluesim and bluetcl')
source=("git+https://github.com/b-lang-org/bsc.git")
sha256sums=('SKIP')