summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryuhr2017-06-29 22:25:37 +0900
committeryuhr2017-06-29 22:25:37 +0900
commit1041e880f9a63d9efb0c2e710e797a9ba035e5a8 (patch)
treefce76098cc90ab04df3a995174a27e39d8547766 /PKGBUILD
parent7c127def5240ae7f2079453a004cfde144851e48 (diff)
downloadaur-macrodown-git.tar.gz
move ocaml to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 608672183f3d..0441e750c56d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=macrodown-git
pkgver=0.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="The translator for Macrodown, a markup language wrapping other markup languages such as TeX/LaTeX or HTML."
url="https://github.com/gfngfn/Macrodown"
license=('MIT')
arch=('i686' 'x86_64')
conflicts=('macrodown')
provides=('macrodown')
-makedepends=('git' 'make' 'ocamlbuild' 'ocaml-findlib' 'ocaml-menhir')
-depends=('ocaml')
+makedepends=('git' 'make' 'ocaml' 'ocamlbuild' 'ocaml-findlib' 'ocaml-menhir')
source=('git+https://github.com/gfngfn/Macrodown.git')
md5sums=(SKIP)