mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
sgfutils: rebuild against OpenSSL
This commit is contained in:
parent
71beb8de4d
commit
1a48bbc546
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sgfutils'
|
# Template file for 'sgfutils'
|
||||||
pkgname=sgfutils
|
pkgname=sgfutils
|
||||||
version=0.25
|
version=0.25
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Collection of utilities to handle SGF files"
|
short_desc="Collection of utilities to handle SGF files"
|
||||||
maintainer='Brandon Wilson <x@wilsonb.com>'
|
maintainer='Brandon Wilson <x@wilsonb.com>'
|
||||||
|
@ -9,5 +9,5 @@ license="GPL-2"
|
||||||
homepage="http://www.cwi.nl/~aeb/go/sgfutils/html/"
|
homepage="http://www.cwi.nl/~aeb/go/sgfutils/html/"
|
||||||
distfiles="http://homepages.cwi.nl/~aeb/go/${pkgname}/${pkgname}.tgz"
|
distfiles="http://homepages.cwi.nl/~aeb/go/${pkgname}/${pkgname}.tgz"
|
||||||
checksum=4b26b321fbe255722f1d7e57233614da89a4da5bab031ae4ef7118ae3c7436a2
|
checksum=4b26b321fbe255722f1d7e57233614da89a4da5bab031ae4ef7118ae3c7436a2
|
||||||
makedepends="libressl-devel"
|
makedepends="openssl-devel"
|
||||||
depends="ImageMagick"
|
depends="ImageMagick"
|
||||||
|
|
Loading…
Add table
Reference in a new issue