[arch-commits] Commit in cppo/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu Mar 29 14:49:17 UTC 2018


    Date: Thursday, March 29, 2018 @ 14:49:16
  Author: archange
Revision: 313408

upgpkg: cppo 1.6.4-1

Adapt to dune changes too.

Modified:
  cppo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-29 14:46:29 UTC (rev 313407)
+++ PKGBUILD	2018-03-29 14:49:16 UTC (rev 313408)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=cppo
-pkgver=1.6.1
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="C-style preprocessor for OCaml"
 arch=('x86_64')
@@ -8,9 +8,9 @@
 url="https://github.com/mjambon/cppo"
 license=('BSD')
 depends=('glibc')
-makedepends=('ocaml-findlib' 'ocamlbuild' 'dune' 'opam')
+makedepends=('ocamlbuild' 'dune')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('0e93522c5e51a9433fc2327f33ebc56f66beee7abaacab8d98de57591a0626e6')
+sha256sums=('470a5225a5d3b06ced29581250562ef84b7a8bc6b9a632c96443391a443bab49')
 
 build() {
     cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list