diff --git a/srcpkgs/alsa-sndio/template b/srcpkgs/alsa-sndio/template index fd5d5c09791..9409bd269f0 100644 --- a/srcpkgs/alsa-sndio/template +++ b/srcpkgs/alsa-sndio/template @@ -1,7 +1,7 @@ # Template file for 'alsa-sndio' pkgname=alsa-sndio version=0.2 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="pkg-config" makedepends="alsa-lib-devel sndio-devel" @@ -13,5 +13,6 @@ distfiles="https://github.com/Duncaen/alsa-sndio/archive/${version}.tar.gz" checksum=af5e4e8f6229607a33b34f93bb22b0c178f7db8431c5f7cf48e8f89c982219d9 post_install() { + vdoc README.md vlicense LICENSE }