uni: update to 2.0.0
Build should also be fixed on ppc64/ppc64le now. Closes: #27625 [via git-merge-pr]
This commit is contained in:
parent
2d239b50c8
commit
8d9069b43a
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'uni'
|
# Template file for 'uni'
|
||||||
pkgname=uni
|
pkgname=uni
|
||||||
version=1.1.0
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=arp242.net/uni
|
go_import_path=arp242.net/uni
|
||||||
|
@ -9,11 +9,7 @@ maintainer="klardotsh <josh@klar.sh>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/arp242/uni"
|
homepage="https://github.com/arp242/uni"
|
||||||
distfiles="https://github.com/arp242/uni/archive/v${version}.tar.gz"
|
distfiles="https://github.com/arp242/uni/archive/v${version}.tar.gz"
|
||||||
checksum=938712d1e750b8dcea9f42d4691b66e15dbc7c7ce0200400f20f79702dc97bac
|
checksum=744e1d49b9cc8e336e260e0e922b28bb60f8fdaf347e656e964b5f4353c5162a
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
ppc*) broken="./print.go:18:14: undefined: isatty.IsTerminal"
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue