summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bailey2017-10-22 11:32:46 -0400
committerEric Bailey2017-10-22 11:32:46 -0400
commit396ce96a9b62e5ada05ca91e5e9e628a4d0e4760 (patch)
treecab3a19e79ca21f4e5dd11294c2f6258111edbe2
parentd1ee25d183d413eb8e2865ed230403345f7faa0a (diff)
downloadaur-396ce96a9b62e5ada05ca91e5e9e628a4d0e4760.tar.gz
Add clingo and python2 to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7d3306b4ebf..1511497f6365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 01:05:00 UTC 2017
+# Sun Oct 22 15:31:59 UTC 2017
pkgbase = cppo
pkgdesc = The C preprocessor written in OCaml
pkgver = 1.6.0
@@ -12,6 +12,8 @@ pkgbase = cppo
makedepends = jbuilder
makedepends = ocaml-findlib
makedepends = ocamlbuild
+ makedepends = clingo
+ makedepends = python2
depends = glibc
source = https://github.com/mjambon/cppo/archive/v1.6.0.tar.gz
sha256sums = 29cb0223adc1f0c4c5238d6c7bf8931b909505aed349fde398fbf1a39eaa1819
diff --git a/PKGBUILD b/PKGBUILD
index e68c92e84e4b..4eba125b08bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="The C preprocessor written in OCaml"
arch=('i686' 'x86_64' 'armv7h')
license=('BSD')
depends=('glibc')
-makedepends=('jbuilder' 'ocaml-findlib' 'ocamlbuild')
+makedepends=('jbuilder' 'ocaml-findlib' 'ocamlbuild' 'clingo' 'python2')
url='http://mjambon.com/cppo.html'
source=("https://github.com/mjambon/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('29cb0223adc1f0c4c5238d6c7bf8931b909505aed349fde398fbf1a39eaa1819')