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

Jürgen Hötzel juergen at archlinux.org
Fri Aug 16 06:18:05 UTC 2019


    Date: Friday, August 16, 2019 @ 06:18:04
  Author: juergen
Revision: 499721

OCaml 4.08 update/rebuild

Modified:
  ocaml-biniou/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-16 06:15:40 UTC (rev 499720)
+++ PKGBUILD	2019-08-16 06:18:04 UTC (rev 499721)
@@ -2,17 +2,17 @@
 
 _pkgname=biniou
 pkgname=ocaml-${_pkgname}
-pkgver=1.2.0
-pkgrel=4
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="An optimized parsing and printing library for JSON"
 arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname}"
+url="https://github.com/ocaml-community/${_pkgname}"
 license=('BSD')
 options=('!strip' 'staticlibs')
 depends=('ocaml-easy-format')
 makedepends=('dune')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('9e38566ede8f2593f9f743fb7da1c8a8674451eabe326b3e2b42a87834a66cb5')
 
 build() {
     cd ${_pkgname}-${pkgver}



More information about the arch-commits mailing list