sgfutils: fix license, http->https, other lint
This commit is contained in:
parent
e7a2494d35
commit
09caee5a3a
1 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'sgfutils'
|
||||
pkgname=sgfutils
|
||||
version=0.25
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-makefile
|
||||
short_desc="Collection of utilities to handle SGF files"
|
||||
maintainer='Brandon Wilson <x@wilsonb.com>'
|
||||
license="GPL-2"
|
||||
homepage="http://www.cwi.nl/~aeb/go/sgfutils/html/"
|
||||
distfiles="http://homepages.cwi.nl/~aeb/go/${pkgname}/${pkgname}.tgz"
|
||||
checksum=4b26b321fbe255722f1d7e57233614da89a4da5bab031ae4ef7118ae3c7436a2
|
||||
makedepends="openssl-devel"
|
||||
depends="ImageMagick"
|
||||
short_desc="Collection of utilities to handle SGF files"
|
||||
maintainer='Brandon Wilson <x@wilsonb.com>'
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.cwi.nl/~aeb/go/sgfutils/html/"
|
||||
distfiles="https://homepages.cwi.nl/~aeb/go/${pkgname}/${pkgname}.tgz"
|
||||
checksum=4b26b321fbe255722f1d7e57233614da89a4da5bab031ae4ef7118ae3c7436a2
|
||||
|
|
Loading…
Add table
Reference in a new issue