summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Stern2021-03-25 10:49:54 -0400
committerMatthew Stern2021-03-25 10:49:54 -0400
commit804e1b3a9e209e231388a40cf097a309f52b3a4a (patch)
tree593640119a5fe149c8c69a3f253949c92728675b /PKGBUILD
parente30f989f3c89afca1603c88755b1b4a7ffc6157d (diff)
downloadaur-804e1b3a9e209e231388a40cf097a309f52b3a4a.tar.gz
depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74b4b2bdee11..ac6b4ff53754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Library to create dyanimic context free or switching automata'
arch=('any')
url="https://github.com/mstern98/topologic-parse-git"
license=('MIT')
-depends=(topologic-git)
+depends=(topologic-git bison flex)
makedepends=(git)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mstern98/topologic-parse-git/archive/v${pkgver}.tar.gz")