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

Alexander Rødseth arodseth at archlinux.org
Sun Nov 27 12:52:25 UTC 2016


    Date: Sunday, November 27, 2016 @ 12:52:25
  Author: arodseth
Revision: 197018

upgpkg: opam 1.2.2-2

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-27 12:35:05 UTC (rev 197017)
+++ PKGBUILD	2016-11-27 12:52:25 UTC (rev 197018)
@@ -4,12 +4,15 @@
 
 pkgname=opam
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='OCaml package manager'
 arch=('x86_64' 'i686')
 url='http://opam.ocaml.org/'
 license=('GPL')
 depends=('aspcud' 'ocaml')
+optdepends=('darcs: For downloading packages with darcs'
+            'git: For downloading packages with git'
+            'mercurial: For downloading packages with mercurial')
 source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
 sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
 
@@ -22,7 +25,7 @@
 }
 
 package() {
-  make -C "$srcdir/opam-full-$pkgver" DESTDIR="$pkgdir" install
+  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list