summaryrefslogtreecommitdiff
path: root/unison
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-04-19 08:47:18 +0200
committerJuergen Daubert <jue@jue.li>2007-04-19 08:47:18 +0200
commite7e0ffda3a8936b018a7c70fbb2a9a4cfca9ddee (patch)
treefabdb1c20459d619ba2d7120c98ecd1aa59ad616 /unison
parent9f082c1e83fff6bbdb1a364004d464da13c84c1a (diff)
downloadopt-e7e0ffda3a8936b018a7c70fbb2a9a4cfca9ddee.tar.gz
opt-e7e0ffda3a8936b018a7c70fbb2a9a4cfca9ddee.tar.xz
unison: update to 2.27.24
Diffstat (limited to 'unison')
-rw-r--r--unison/.md5sum2
-rw-r--r--unison/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/unison/.md5sum b/unison/.md5sum
index 467f2d14c..db250250d 100644
--- a/unison/.md5sum
+++ b/unison/.md5sum
@@ -1,2 +1,2 @@
-768411465149c16da2f70b699a3ca244 unison-2.27.12.tar.gz
+62f8c86e8d905b01b5e8dc9db96066b5 unison-2.27.24.tar.gz
c3d6644df76adbf44c3c12eb4fc11587 unison.1
diff --git a/unison/Pkgfile b/unison/Pkgfile
index 00f850014..d4cd36a53 100644
--- a/unison/Pkgfile
+++ b/unison/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: ocaml
name=unison
-version=2.27.12
+version=2.27.24
release=1
source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz \
$name.1)
@@ -13,7 +13,7 @@ source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$versi
build() {
cd $name-$version
unset CFLAGS CXXFLAGS
- make UISTYLE=text
+ make -j1 UISTYLE=text THREADS=true
install -D -m 755 unison $PKG/usr/bin/unison
install -D -m 644 $SRC/unison.1 $PKG/usr/man/man1/unison.1
}

Generated by cgit