summaryrefslogtreecommitdiff
path: root/extra/unison/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/unison/PKGBUILD')
-rw-r--r--extra/unison/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/unison/PKGBUILD b/extra/unison/PKGBUILD
index 9d019f0c2..f3c933315 100644
--- a/extra/unison/PKGBUILD
+++ b/extra/unison/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 161432 2012-06-11 13:29:15Z tpowa $
+# $Id: PKGBUILD 166409 2012-09-07 16:52:52Z tpowa $
#Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=unison
-pkgver=2.40.63
-pkgrel=4
+pkgver=2.40.65
+pkgrel=1
pkgdesc="Unison is a file-synchronization tool"
arch=(i686 x86_64)
license=('GPL2')
@@ -11,10 +11,9 @@ url="http://www.cis.upenn.edu/~bcpierce/unison"
depends=('glibc')
makedepends=('ocaml' 'lablgtk2' 'imagemagick')
optdepends=('gtk2: for gtk2 support')
-source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/$pkgname-$pkgver.tar.gz
+source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
$pkgname.desktop)
-md5sums=('3281207850cf6f0a17fe73f371893bd3'
- '2daecba7705455a8e4b769e48b059872')
+
options=(!makeflags)
build() {
@@ -51,3 +50,5 @@ package() {
# make versioned symlink #29827
ln -s unison unison-2.40
}
+md5sums=('ade42565aa0f94834664040108119f5e'
+ '2daecba7705455a8e4b769e48b059872')