sndio: update to 1.5.0.

This commit is contained in:
Piotr Wójcik 2018-08-08 20:01:28 +02:00 committed by Leah Neukirchen
parent 9a36696948
commit 2c376592b9
2 changed files with 3 additions and 4 deletions

View file

@ -1,19 +1,19 @@
# Template file for 'sndio' # Template file for 'sndio'
pkgname=sndio pkgname=sndio
version=1.4.0 version=1.5.0
revision=1 revision=1
build_style=configure build_style=configure
configure_args="--prefix=/usr" configure_args="--prefix=/usr"
makedepends="alsa-lib-devel" makedepends="alsa-lib-devel"
short_desc="Small audio and MIDI framework part of the OpenBSD project" short_desc="Small audio and MIDI framework part of the OpenBSD project"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="ISC" license="ISC"
system_accounts="sndiod" system_accounts="sndiod"
sndiod_descr="sndio daemon" sndiod_descr="sndio daemon"
sndiod_pgroup="audio" sndiod_pgroup="audio"
homepage="http://www.sndio.org/" homepage="http://www.sndio.org/"
distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz" distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz"
checksum=68713db624797dbff69c0f4ce1b24054fb0803da340508edbc5e08d6778f9781 checksum=12c70044749ad9cb7eaeb26c936816aa6b314fe4be71ef479d12272e4c5ad253
post_install() { post_install() {
vsv sndiod vsv sndiod

View file

@ -1 +0,0 @@
site="${homepage}install.html"