summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam J. Bowman2020-01-01 21:16:22 -0800
committerWilliam J. Bowman2020-01-01 21:17:05 -0800
commitdd0c81bc58a773d1417506c31aef58eecc15fdac (patch)
treec1936a2a6dcf58624a611833e6b322a34da9e8f0
parentd51b7a62c04db8a0e69431082f3cbfde929c222c (diff)
downloadaur-dd0c81bc58a773d1417506c31aef58eecc15fdac.tar.gz
Updated to r2.51.3.26a29f7
Added git to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6697019a5929..77782b1e5262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by mksrcinfo v8
-# Fri Apr 29 16:08:12 UTC 2016
pkgbase = unison-git
pkgdesc = File-synchronization tool
- pkgver = r2.49.543.c403bd6
+ pkgver = r2.51.3.26a29f7
pkgrel = 1
url = http://www.cis.upenn.edu/~bcpierce/unison/
arch = i686
arch = x86_64
license = GPL2
makedepends = ocaml>=4.02
+ makedepends = git
provides = unison
conflicts = unison
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 97b3c3b2a5e2..3502ce438952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=unison-git
-pkgver=r2.49.543.c403bd6
+pkgver=r2.51.3.26a29f7
pkgrel=1
pkgdesc='File-synchronization tool'
url='http://www.cis.upenn.edu/~bcpierce/unison/'
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
license=('GPL2')
#optdepends=('gtk2: for gtk2 support')
#makedepends=('ocaml>=4.02' 'lablgtk2' 'imagemagick')
-makedepends=('ocaml>=4.02')
+makedepends=('ocaml>=4.02' 'git')
source=("unison-git::git+https://github.com/bcpierce00/unison"
'desktop')
conflicts=('unison')