Date: Thursday, July 28, 2022 @ 21:18:41 Author: escondida Revision: 1259031
sndio: update to 1.9.0-1 Modified: sndio/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-28 21:04:25 UTC (rev 1259030) +++ PKGBUILD 2022-07-28 21:18:41 UTC (rev 1259031) @@ -1,9 +1,9 @@ -# Maintainer: Ivy Foster <[email protected]> +# Maintainer: Ivy Foster <[email protected]> # Reference: PKGBUILD(5) pkgname=sndio -pkgver=1.8.1 -pkgrel=2 +pkgver=1.9.0 +pkgrel=1 pkgdesc='A small audio and MIDI framework part of the OpenBSD project' arch=(x86_64) url='https://sndio.org' @@ -20,9 +20,9 @@ "https://sndio.org/sndio-$pkgver.tar.gz" "https://sndio.org/sndio-$pkgver.tar.gz.asc" ) -# Checksum source: http://www.sndio.org/sndio-$pkgver.tar.gz.sha256 +# Checksum source: https://www.sndio.org/sndio-$pkgver.tar.gz.sha256 sha256sums=( - f81d37189e072cb4804ac98a059d74f963f69e9945eaff3d0d6a2f98d71a6321 + f30826fc9c07e369d3924d5fcedf6a0a53c0df4ae1f5ab50fe9cf280540f699a SKIP ) validpgpkeys=(6B1A7447AAF091CCDD36BAA6015E339411694A6E) @@ -48,5 +48,5 @@ install -d "$pkgdir/usr/share/licenses/sndio" # this is the most up-to-date license outside of bsd-compat, # which isn't being used in this build - sed '/^ \*\//q' aucat/aucat.c > "$pkgdir/usr/share/licenses/sndio/LICENSE" + sed '/^ \*\//q' libsndio/sioctl.c > "$pkgdir/usr/share/licenses/sndio/LICENSE" }
