[arch-commits] Commit in dune/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 22 12:14:45 UTC 2020
Date: Sunday, March 22, 2020 @ 12:14:44
Author: felixonmars
Revision: 603485
upgpkg: dune 2.0.0-1
Modified:
dune/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 12:12:42 UTC (rev 603484)
+++ PKGBUILD 2020-03-22 12:14:44 UTC (rev 603485)
@@ -2,18 +2,15 @@
# Contributor: Jakob Gahde <j5lx at fmail.co.uk>
pkgname=dune
-pkgver=1.11.4
-pkgrel=2
+pkgver=2.0.0
+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 ocaml-findlib)
-provides=(jbuilder)
-conflicts=(jbuilder)
-replaces=(jbuilder)
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('325e6744a55b9b2033dc92b562196337bf9cd99b86bd153f5e7941f6fbfbf9fb')
+sha512sums=('df6ef6f9c21e68ec4836c3e2197c9acc3763eb969a3e855e0e60374f200971cf5ae92fa1926f683e3e6be9acbdcb37ac87e4d03dae648695c22fde8eed44a1f3')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list