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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Sun Feb 13 19:15:43 UTC 2022


    Date: Sunday, February 13, 2022 @ 19:15:43
  Author: kgizdov
Revision: 1133082

fix dependencies

Modified:
  ocaml-pp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-13 18:46:20 UTC (rev 1133081)
+++ PKGBUILD	2022-02-13 19:15:43 UTC (rev 1133082)
@@ -2,13 +2,13 @@
 _pkgname='pp'
 pkgname="ocaml-${_pkgname}"
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="OCaml Pretty printing: a lean alternative to the Format module of the OCaml standard library."
 arch=('x86_64')
 url="https://github.com/ocaml-dune/pp"
 license=('MIT')
 makedepends=('dune')
-depends=('glibc' 'ocaml>=4.13.1' 'ocaml-findlib' 'ocaml-result')
+depends=('glibc' 'ocaml>=4.13.1')
 options=('!strip')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('8c4dbce6930c62f5cee26ebef907b7b862b03fb57a07a3c6bebc31ee40ef16a6fe2b9450a7fe7016dd48bcf9807009c411f5ea8e587550644495bd7970c63085')



More information about the arch-commits mailing list