[arch-commits] Commit in unison/trunk (PKGBUILD unison-ssh-ocaml.patch unison.install)
Gaetan Bisson
bisson at archlinux.org
Tue Feb 3 20:11:18 UTC 2015
Date: Tuesday, February 3, 2015 @ 21:11:18
Author: bisson
Revision: 230405
upstream update, remove obsolete files
Modified:
unison/trunk/PKGBUILD
Deleted:
unison/trunk/unison-ssh-ocaml.patch
unison/trunk/unison.install
------------------------+
PKGBUILD | 8 ++++----
unison-ssh-ocaml.patch | 25 -------------------------
unison.install | 28 ----------------------------
3 files changed, 4 insertions(+), 57 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-03 19:21:06 UTC (rev 230404)
+++ PKGBUILD 2015-02-03 20:11:18 UTC (rev 230405)
@@ -2,8 +2,8 @@
#Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=unison
-pkgver=2.40.102
-pkgrel=2
+pkgver=2.48.3
+pkgrel=1
pkgdesc="Unison is a file-synchronization tool"
arch=(i686 x86_64)
license=('GPL2')
@@ -13,6 +13,8 @@
optdepends=('gtk2: for gtk2 support')
source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
$pkgname.desktop)
+sha1sums=('74f1c087ee49dc1db4680ad779280f7333d5c968'
+ 'a5181e97d954925c8b14be8f73cd473ca5bd21ba')
options=(!makeflags)
@@ -50,5 +52,3 @@
# make versioned symlink #29827
ln -s unison unison-2.40
}
-md5sums=('42caf869f40440ed0e75eef07a605b2e'
- '2daecba7705455a8e4b769e48b059872')
Deleted: unison-ssh-ocaml.patch
===================================================================
--- unison-ssh-ocaml.patch 2015-02-03 19:21:06 UTC (rev 230404)
+++ unison-ssh-ocaml.patch 2015-02-03 20:11:18 UTC (rev 230405)
@@ -1,25 +0,0 @@
-Index: src/terminal.ml
-===================================================================
---- src/terminal.ml (révision 463)
-+++ src/terminal.ml (copie de travail)
-@@ -191,7 +191,6 @@
- exit 127
- end
- | childPid ->
-- Unix.close slaveFd;
- (Some masterFd, childPid)
- end
-
-Index: src/update.mli
-===================================================================
---- src/update.mli (révision 463)
-+++ src/update.mli (copie de travail)
-@@ -1,7 +1,7 @@
- (* Unison file synchronizer: src/update.mli *)
- (* Copyright 1999-2009, Benjamin C. Pierce (see COPYING for details) *)
-
--module NameMap : Map.S with type key = Name.t
-+module NameMap : MyMap.S with type key = Name.t
-
- type archive =
- ArchiveDir of Props.t * archive NameMap.t
Deleted: unison.install
===================================================================
--- unison.install 2015-02-03 19:21:06 UTC (rev 230404)
+++ unison.install 2015-02-03 20:11:18 UTC (rev 230405)
@@ -1,28 +0,0 @@
-# arg 1: the new package version
-post_install() {
- echo "NOTE:"
- echo " For gtk1 frontend please add 'gtk' package."
- echo " For gtk2 frontend please add 'gtk2' package."
- echo " Default X11 frontend is set to gtk2. "
- echo ""
- echo " If you want to default to gtk1 unison:"
- echo " 'rm /usr/bin/unison-x11'"
- echo " 'ln -s /usr/bin/unison-gtk /usr/bin/unison-x11'"
- echo ""
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install $1
-}
-
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove() {
- /bin/true
-}
More information about the arch-commits
mailing list