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

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


    Date: Sunday, November 27, 2016 @ 12:34:49
  Author: arodseth
Revision: 197016

upgpkg: opam 1.2.2-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-27 12:28:26 UTC (rev 197015)
+++ PKGBUILD	2016-11-27 12:34:49 UTC (rev 197016)
@@ -7,14 +7,14 @@
 pkgrel=1
 pkgdesc='OCaml package manager'
 arch=('x86_64' 'i686')
-url='http://opam.ocaml.org'
+url='http://opam.ocaml.org/'
 license=('GPL')
-depends=('ocaml' 'aspcud')
+depends=('aspcud' 'ocaml')
 source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
 sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
 
 build() {
-  cd "$srcdir/opam-full-$pkgver"
+  cd "opam-full-$pkgver"
 
   ./configure --prefix=/usr
   make -j1 lib-ext



More information about the arch-commits mailing list