summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuhr2017-06-29 22:25:37 +0900
committeryuhr2017-06-29 22:25:37 +0900
commit1041e880f9a63d9efb0c2e710e797a9ba035e5a8 (patch)
treefce76098cc90ab04df3a995174a27e39d8547766
parent7c127def5240ae7f2079453a004cfde144851e48 (diff)
downloadaur-macrodown-git.tar.gz
move ocaml to makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e69989603d..498869ced97a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Wed Jun 28 16:26:54 UTC 2017
+# Thu Jun 29 13:25:22 UTC 2017
pkgbase = macrodown-git
pkgdesc = The translator for Macrodown, a markup language wrapping other markup languages such as TeX/LaTeX or HTML.
pkgver = 0.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/gfngfn/Macrodown
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = make
+ makedepends = ocaml
makedepends = ocamlbuild
makedepends = ocaml-findlib
makedepends = ocaml-menhir
- depends = ocaml
provides = macrodown
conflicts = macrodown
source = git+https://github.com/gfngfn/Macrodown.git
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)