[arch-commits] CVS update of extra/system/unison (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Feb 5 19:37:06 UTC 2008


    Date: Tuesday, February 5, 2008 @ 14:37:06
  Author: tpowa
    Path: /home/cvs-extra/extra/system/unison

Modified: PKGBUILD (1.4 -> 1.5)

'upgpkg: update to new version'


----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Index: extra/system/unison/PKGBUILD
diff -u extra/system/unison/PKGBUILD:1.4 extra/system/unison/PKGBUILD:1.5
--- extra/system/unison/PKGBUILD:1.4	Thu Dec 14 17:31:32 2006
+++ extra/system/unison/PKGBUILD	Tue Feb  5 14:37:06 2008
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD,v 1.4 2006/12/14 22:31:32 andyrtr Exp $
+# $Id: PKGBUILD,v 1.5 2008/02/05 19:37:06 tpowa Exp $
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=unison
-pkgver=2.13.16
-pkgrel=1.1
+pkgver=2.27.57
+pkgrel=1
 pkgdesc="Unison is a file-synchronization tool"
 arch=(i686 x86_64)
+license=('GPL2')
 url="http://www.cis.upenn.edu/~bcpierce/unison"
 depends=('glibc')
 makedepends=('ocaml' 'lablgtk' 'lablgtk2' 'imagemagick')
 source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/$pkgname-$pkgver.tar.gz \
         $pkgname.desktop)
+options=(!makeflags)
 install=unison.install
 
 build() {
-  export MAKEFLAGS="-j1"
   cd $startdir/src/$pkgname-$pkgver
   CFLAGS=""
   make clean
@@ -37,4 +38,5 @@
   cd $startdir/pkg//usr/bin
   ln -s unison-gtk2 unison-x11
 }
-md5sums=('a79bf5f4ebf2a1eaf15b1ac97f827374' '2daecba7705455a8e4b769e48b059872')
+md5sums=('4ba0a3e4bf4b4ad0c063f86391371f78'
+         '2daecba7705455a8e4b769e48b059872')




More information about the arch-commits mailing list