diff options
author | Tharre <tharre3@gmail.com> | 2019-05-13 02:51:49 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2019-05-13 02:51:49 +0200 |
commit | 22369eccb25b4d05f75a01691d0a70fc1e5fc7a2 (patch) | |
tree | 08025a9e8eadaa626f68396d5a6ae24be4c3761d | |
parent | 3d3996edaf169424babc8b9da6bde6ea1051d3db (diff) | |
download | pkgbuilds-22369eccb25b4d05f75a01691d0a70fc1e5fc7a2.tar.gz pkgbuilds-22369eccb25b4d05f75a01691d0a70fc1e5fc7a2.tar.xz pkgbuilds-22369eccb25b4d05f75a01691d0a70fc1e5fc7a2.zip |
Add pandoc-pyplot (+ dependency)
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | haskell-tasty-hspec | 0 | ||||
m--------- | pandoc-pyplot | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 931ca67..3ec2e29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,9 @@ [submodule "diod"] path = diod url = ssh://aur@aur.archlinux.org/diod.git +[submodule "haskell-tasty-hspec"] + path = haskell-tasty-hspec + url = ssh://aur@aur.archlinux.org/haskell-tasty-hspec.git +[submodule "pandoc-pyplot"] + path = pandoc-pyplot + url = ssh://aur@aur.archlinux.org/pandoc-pyplot.git diff --git a/haskell-tasty-hspec b/haskell-tasty-hspec new file mode 160000 +Subproject dc4d2870f4d7753437610743628bf6e289d2b53 diff --git a/pandoc-pyplot b/pandoc-pyplot new file mode 160000 +Subproject cf3ea175e3d0da8b26e4173c7fa2280fa287daf |