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

Tobias Powalowski tpowa at archlinux.org
Sat Jul 16 10:36:29 UTC 2011


    Date: Saturday, July 16, 2011 @ 06:36:29
  Author: tpowa
Revision: 131871

upgpkg: ocaml 3.12.1-1
bump to latest version

Modified:
  ocaml/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-16 10:20:54 UTC (rev 131870)
+++ PKGBUILD	2011-07-16 10:36:29 UTC (rev 131871)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ocaml	
-pkgver=3.12.0
-pkgrel=2
+pkgver=3.12.1
+pkgrel=1
 pkgdesc="A functional language with OO extensions"
 arch=('i686' 'x86_64')
 license=('LGPL2' 'custom: QPL-1.0')
@@ -11,15 +11,11 @@
 depends=('gdbm')
 makedepends=('tk' 'ncurses>=5.6-7' 'libx11')
 optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-3.12/${pkgname}-${pkgver}.tar.gz
-        fix-ocaml-binutils-2.21.patch)
+source=(http://caml.inria.fr/distrib/ocaml-3.12/${pkgname}-${pkgver}.tar.gz)
 options=('!makeflags' '!emptydirs')
-md5sums=('3ba7cc65123c3579f14e7c726d3ee782'
-         '8c664a0a346424ea2ec6fc6f713170c6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/fix-ocaml-binutils-2.21.patch"
   ./configure -prefix /usr 
   make world.opt
   make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
@@ -31,3 +27,4 @@
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
 }
+md5sums=('814a047085f0f901ab7d8e3a4b7a9e65')




More information about the arch-commits mailing list