[arch-commits] Commit in opam/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Oct 30 11:36:54 UTC 2017
Date: Monday, October 30, 2017 @ 11:36:53
Author: arodseth
Revision: 264750
upgpkg: opam 1.2.2-4
Modified:
opam/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-30 11:35:09 UTC (rev 264749)
+++ PKGBUILD 2017-10-30 11:36:53 UTC (rev 264750)
@@ -4,15 +4,16 @@
pkgname=opam
pkgver=1.2.2
-pkgrel=3
+pkgrel=4
pkgdesc='OCaml package manager'
-arch=('x86_64' 'i686')
-url='http://opam.ocaml.org/'
+arch=('x86_64')
+url='https://opam.ocaml.org/'
license=('GPL')
-depends=('aspcud' 'ocaml' 'patch' 'unzip')
+depends=('aspcud' 'ocaml' 'unzip')
optdepends=('darcs: For downloading packages with darcs'
'git: For downloading packages with git'
- 'mercurial: For downloading packages with mercurial')
+ '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=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
@@ -27,4 +28,4 @@
make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list