mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
unison: update to 2.53.4.
This commit is contained in:
parent
14a649b315
commit
5fd8d083f5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'unison'
|
# Template file for 'unison'
|
||||||
pkgname=unison
|
pkgname=unison
|
||||||
version=2.53.3
|
version=2.53.4
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="ocaml"
|
hostmakedepends="ocaml"
|
||||||
short_desc="File-synchronization tool"
|
short_desc="File-synchronization tool"
|
||||||
|
@ -8,11 +8,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.cis.upenn.edu/~bcpierce/unison/"
|
homepage="https://www.cis.upenn.edu/~bcpierce/unison/"
|
||||||
distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz"
|
||||||
checksum=aaea04fc5bc76dcfe8627683c9659ee4c194d4f992cc8aaa15bbb2820fc8de46
|
checksum=d19e4293013581dbc4d149aef89b34c76221efcbd873c7aa5193de489addb85a
|
||||||
nocross="OCaml does not cross compile"
|
nocross="OCaml does not cross compile"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS= make ${makejobs} UISTYLE=text DEBUGGING=false THREADS=true
|
CFLAGS= make ${makejobs} DEBUGGING=false THREADS=true
|
||||||
CFLAGS= make ${makejobs} -C man
|
CFLAGS= make ${makejobs} -C man
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue