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

Bruno Pagani archange at archlinux.org
Tue Apr 9 13:54:46 UTC 2019


    Date: Tuesday, April 9, 2019 @ 13:54:45
  Author: archange
Revision: 450621

upgpkg: dune 1.9.0-1

Modified:
  dune/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-09 13:53:25 UTC (rev 450620)
+++ PKGBUILD	2019-04-09 13:54:45 UTC (rev 450621)
@@ -2,18 +2,18 @@
 # Contributor: Jakob Gahde <j5lx at fmail.co.uk>
 
 pkgname=dune
-pkgver=1.8.2
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/ocaml/dune"
-license=('Apache')
-depends=('glibc' 'ocaml' 'ocaml-findlib')
-provides=('jbuilder')
-conflicts=('jbuilder')
-replaces=('jbuilder')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('52271de232261a74c4b8b8af30533e412977198d8ef4976a0267d055ce444afd')
+license=(Apache)
+depends=(glibc ocaml ocaml-findlib)
+provides=(jbuilder)
+conflicts=(jbuilder)
+replaces=(jbuilder)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=(def8c5857d3ee76e300420898f3e0d1afda451851d25a1630833178b2f1c8bcf)
 
 build() {
     cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list