diff options
author | Matthew Stern | 2021-03-25 10:49:54 -0400 |
---|---|---|
committer | Matthew Stern | 2021-03-25 10:49:54 -0400 |
commit | 804e1b3a9e209e231388a40cf097a309f52b3a4a (patch) | |
tree | 593640119a5fe149c8c69a3f253949c92728675b /PKGBUILD | |
parent | e30f989f3c89afca1603c88755b1b4a7ffc6157d (diff) | |
download | aur-804e1b3a9e209e231388a40cf097a309f52b3a4a.tar.gz |
depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |