diff --git a/extra/ocaml/PKGBUILD b/extra/ocaml/PKGBUILD index 83722c0fd..70744bd9b 100644 --- a/extra/ocaml/PKGBUILD +++ b/extra/ocaml/PKGBUILD @@ -6,7 +6,7 @@ pkgbase='ocaml' pkgname=('ocaml' 'ocaml-compiler-libs') -pkgver=4.02.1 +pkgver=4.02.3 pkgrel=1 pkgdesc="A functional language with OO extensions" arch=('i686' 'x86_64') @@ -17,6 +17,8 @@ makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz arm.patch) +md5sums=('ef1a324608c97031cbd92a442d685ab7' + 'bf67fe35a844f0d1a13a489f4414fd6d') options=('!makeflags' '!emptydirs' 'staticlibs') prepare() { @@ -33,7 +35,7 @@ build() { package_ocaml() { cd "${srcdir}/${pkgbase}-${pkgver}" make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install - + # Save >10MB with this one, makepkg only strips debug symbols. #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \; @@ -63,5 +65,3 @@ optdepends=() install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" } -md5sums=('3c35318eefd201f96797c093c920b343' - 'bf67fe35a844f0d1a13a489f4414fd6d')