Date: Sunday, November 27, 2016 @ 17:09:33 Author: arodseth Revision: 197039
upgpkg: ocaml-findlib 1.7.1-1 Modified: ocaml-findlib/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-27 17:04:28 UTC (rev 197038) +++ PKGBUILD 2016-11-27 17:09:33 UTC (rev 197039) @@ -8,16 +8,16 @@ # Contributor: Alif <[email protected]> pkgname=ocaml-findlib -pkgver=1.6.3 +pkgver=1.7.1 pkgrel=1 pkgdesc='OCaml package manager' arch=('x86_64' 'i686') url='http://projects.camlcity.org/projects/findlib.html' license=('MIT') -depends=('ocaml>=4.03.0') +depends=('ocaml') makedepends=('setconf') source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz") -sha256sums=('0f989f3f8ea69838423331c34c72a81e5422038e88c2a2bf10bc6e89869cab7e') +sha256sums=('5d4b9a79e9abf8be0b509f6b8cf5696221cbe14fa2fbb2bb352342755fd15eef') options=('staticlibs' '!strip' 'zipman' '!makeflags') build() { @@ -27,6 +27,7 @@ -sitelib /usr/lib/ocaml \ -config /etc/findlib.conf \ -mandir /usr/share/man + make all opt } @@ -36,8 +37,7 @@ make prefix="$pkgdir" install # Add a directory to the path for compatibility with old-style packages - setconf "$pkgdir/etc/findlib.conf" \ - path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"' + #setconf "$pkgdir/etc/findlib.conf" path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"' install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
