Date: Thursday, April 25, 2019 @ 16:58:15 Author: arodseth Revision: 453983
upgpkg: opam 2.0.4-1 Modified: opam/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-25 16:43:05 UTC (rev 453982) +++ PKGBUILD 2019-04-25 16:58:15 UTC (rev 453983) @@ -2,7 +2,7 @@ # Contributor: Vincent B. <[email protected]> pkgname=opam -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=1 pkgdesc='OCaml package manager' arch=(x86_64) @@ -14,7 +14,7 @@ 'mercurial: For downloading packages with mercurial' 'rsync: For downloading packages with rsync') source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz") -sha256sums=('0589da4da184584a5445d59385009536534f60bc0e27772245b2f49e5fa8f0e2') +sha256sums=('debfb828b400fb511ca290f1bfc928db91cad74ec1ccbddcfdbfeff26f7099e5') build() { cd "opam-full-$pkgver" @@ -32,5 +32,5 @@ rmdir "$pkgdir/usr/doc" } -# getver: opam.ocaml.org +# getver: -u=2 opam.ocaml.org # vim: ts=2 sw=2 et:
