[arch-commits] Commit in dune/trunk (PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Fri Oct 2 07:30:05 UTC 2020
Date: Friday, October 2, 2020 @ 07:30:05
Author: kgizdov
Revision: 715097
upgpkg: dune 2.7.1-1
Modified:
dune/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-02 07:28:04 UTC (rev 715096)
+++ PKGBUILD 2020-10-02 07:30:05 UTC (rev 715097)
@@ -1,16 +1,17 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
# Maintainer: Bruno Pagani <archange at archlinux.org>
# Contributor: Jakob Gahde <j5lx at fmail.co.uk>
pkgname=dune
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.7.1
+pkgrel=1
pkgdesc="A composable build system for OCaml (formerly jbuilder)"
arch=(x86_64)
url="https://github.com/ocaml/dune"
license=(Apache)
-depends=(glibc "ocaml>=4.11.0" ocaml-findlib)
+depends=(glibc "ocaml>=4.11.0" ocaml-findlib ocaml-csexp)
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ccf5561a2f3672652a1efd072f161b4d4d1a524d2a77e0c001c6ed01f02599032e76c518a454e068e4a99105503117fce518113d2aa9f13bafb46b264b463ebd')
+sha512sums=('b77d0e207263107365e5a6e94423e8ab4ddbab1f920872d915e4014b7cc69915274b53fe946bb4b29dfe3de2bf5573ab3b2bffb4db8eb50b472e7dfb6cab88b7')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list