sam: update to 20200206

Closes: #20829
This commit is contained in:
Wilfried Meindl 2020-04-10 11:39:23 +02:00 committed by Jürgen Buchmüller
parent 939ecddfac
commit 54d9a11e74

View file

@ -1,16 +1,16 @@
# Template file for 'sam' # Template file for 'sam'
pkgname=sam pkgname=sam
version=20190427 version=20200206
revision=1 revision=1
_githash=5893679bbbab2f50ceb6ef0805e4bb63f5f51df8 _githash=4d35598ce980dc4056901a843c0a628fb348cc1a
wrksrc="${pkgname}-${_githash}" wrksrc="${pkgname}-${_githash}"
makedepends="libXft-devel libXi-devel libXt-devel" makedepends="libXft-devel libXi-devel libXt-devel"
short_desc="Screen editor with structural regular expressions" short_desc="Screen editor with structural regular expressions"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT-like" license="custom:MIT-like"
homepage="http://www.deadpixi.com/an-updated-version-of-sam" homepage="http://www.deadpixi.com/an-updated-version-of-sam"
distfiles="https://github.com/deadpixi/${pkgname}/archive/${_githash}.tar.gz" distfiles="https://github.com/deadpixi/${pkgname}/archive/${_githash}.tar.gz"
checksum=d7b935c0bf91bf9678dedefdb0bca3d159fd518cd255fa55c4e61936201f0741 checksum=51c4bf2124ae0f51a4f484efa60acb6e8d746bec62482050396cd489baa00b02
disable_parallel_build=yes disable_parallel_build=yes
CFLAGS="-std=c99" CFLAGS="-std=c99"