drawterm: update to 0.0.20201103.

This commit is contained in:
Ashpool 2020-11-03 19:28:59 +03:00 committed by Andrew J. Hesford
parent 657cdd0ca4
commit 227c3b0922

View file

@ -1,8 +1,8 @@
# Template file for 'drawterm' # Template file for 'drawterm'
pkgname=drawterm pkgname=drawterm
version=0.0.20200619 version=0.0.20201103
revision=2 revision=1
_hghash=9daaec18b823 _hghash=1d3e2b3502f1
wrksrc=${pkgname}-${_hghash} wrksrc=${pkgname}-${_hghash}
makedepends="libX11-devel libXt-devel" makedepends="libX11-devel libXt-devel"
short_desc="Connect to Plan 9 CPU servers from other operating systems" short_desc="Connect to Plan 9 CPU servers from other operating systems"
@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LPL-1.02" license="LPL-1.02"
homepage="http://drawterm.9front.org/" homepage="http://drawterm.9front.org/"
distfiles="https://code.9front.org/hg/${pkgname}/archive/${_hghash}.tar.gz" distfiles="https://code.9front.org/hg/${pkgname}/archive/${_hghash}.tar.gz"
checksum=15c4ac4bbaee888e2a8eb50cf7c4ff883d393253c91dc9e2ba2df5bc2a10940d checksum=5740acc4f7eb8f0ea0524839847d993b7865d240070da69f7a28ca3b7aef6813
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
armv5*) CFLAGS+=" -DARMv5" ;; armv5*) CFLAGS+=" -DARMv5" ;;