summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2016-03-29 12:12:55 +0200
committerJakob Gahde2016-03-29 12:12:55 +0200
commitb341d0a838f6e2ecdc9f7eadd8f36a432ac5a77d (patch)
tree3c559e680c92c52b02820f39d5366060dab5a749 /PKGBUILD
parent74dbabfecd60be88bebc93de4c79d1edb18004a5 (diff)
downloadaur-b341d0a838f6e2ecdc9f7eadd8f36a432ac5a77d.tar.gz
3.3-2: New release - cppo is only needed at buildtime
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e258bd4dab8..2e3c0b608002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=ppx_deriving
pkgname=ocaml-${_pkgname}
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Type-driven code generation for OCaml >=4.02"
arch=('i686' 'x86_64')
url="https://github.com/whitequark/ppx_deriving"
license=('MIT')
-depends=('ocaml' 'cppo>=1.2.0' 'ocaml-ppx_tools')
-makedepends=('ocaml-findlib')
+depends=('ocaml' 'ocaml-ppx_tools')
+makedepends=('ocaml-findlib' 'cppo')
source=("https://github.com/whitequark/${_pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('c4a15d783a76912a1244a95aebb5935c')