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

Alexander Rødseth arodseth at archlinux.org
Sat Jan 18 11:33:20 UTC 2020


    Date: Saturday, January 18, 2020 @ 11:33:19
  Author: arodseth
Revision: 552973

upgpkg: opam 2.0.6-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 11:18:46 UTC (rev 552972)
+++ PKGBUILD	2020-01-18 11:33:19 UTC (rev 552973)
@@ -2,8 +2,8 @@
 # Contributor: Vincent B. <vb at luminar.eu.org>
 
 pkgname=opam
-pkgver=2.0.5
-pkgrel=5
+pkgver=2.0.6
+pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'
@@ -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=('776c7e64d6e24c2ef1efd1e6a71d36e007645efae94eaf860c05c1929effc76f')
+sha256sums=('7c4bff5e5f3628ad00c53ee1b044ced8128ffdcfbb7582f8773fb433e12e07f4')
 
 build() {
   cd "opam-full-$pkgver"
@@ -26,10 +26,6 @@
 
 package() {
   make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc"
-  mv "$pkgdir/usr/doc/opam-installer" "$pkgdir/usr/share/doc/opam"
-  rmdir "$pkgdir/usr/doc"
 }
 
 # getver: github.com/ocaml/opam/releases



More information about the arch-commits mailing list