[arch-commits] Commit in opam/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Feb 11 19:02:29 UTC 2021
Date: Thursday, February 11, 2021 @ 19:02:29
Author: arodseth
Revision: 856770
upgpkg: opam 2.0.8-1
Modified:
opam/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-11 17:27:51 UTC (rev 856769)
+++ PKGBUILD 2021-02-11 19:02:29 UTC (rev 856770)
@@ -2,8 +2,8 @@
# Contributor: Vincent B. <vb at luminar.eu.org>
pkgname=opam
-pkgver=2.0.7
-pkgrel=3
+pkgver=2.0.8
+pkgrel=1
pkgdesc='OCaml package manager'
arch=(x86_64)
url='https://opam.ocaml.org/'
@@ -14,11 +14,10 @@
'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=('9c0dac1094ed624158fff13000cdfa8edbc96798d32b9fab40b0b5330f9490a2')
+sha256sums=('7b9d29233d9633ef50ba766df2e39112b15cd05c1c6fedf80bcb548debcdd9bd')
build() {
- cd "opam-full-$pkgver"
-
+ cd opam-full-$pkgver
./configure --prefix=/usr
make lib-ext all -j1 \
OCAMLC='ocamlc -unsafe-string' \
@@ -26,8 +25,7 @@
}
package() {
- make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
+ make -C opam-full-$pkgver DESTDIR="$pkgdir" install
}
# getver: github.com/ocaml/opam/releases
-# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list