T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / sndio


Commits:
433218b5 by T.J. Townsend at 2024-08-01T12:31:20-04:00
upgpkg: 1.10.0-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = sndio
        pkgdesc = A small audio and MIDI framework
-       pkgver = 1.9.0
-       pkgrel = 2
+       pkgver = 1.10.0
+       pkgrel = 1
        url = https://sndio.org
        arch = x86_64
        license = ISC
@@ -9,10 +9,10 @@ pkgbase = sndio
        depends = libbsd
        provides = libsndio.so
        backup = etc/default/sndiod
-       source = https://sndio.org/sndio-1.9.0.tar.gz
-       source = https://sndio.org/sndio-1.9.0.tar.gz.asc
+       source = https://sndio.org/sndio-1.10.0.tar.gz
+       source = https://sndio.org/sndio-1.10.0.tar.gz.asc
        validpgpkeys = 6B1A7447AAF091CCDD36BAA6015E339411694A6E
-       sha256sums = 
f30826fc9c07e369d3924d5fcedf6a0a53c0df4ae1f5ab50fe9cf280540f699a
+       sha256sums = 
bebd3bfd01c50c9376cf3e7814b9379bed9e17d0393b5113b7eb7a3d0d038c54
        sha256sums = SKIP
 
 pkgname = sndio


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[sndio]
+source = "git"
+git = "https://sndio.org/git/sndio";
+prefix = "v"


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,10 @@
-# Maintainer: T.J. Townsend <[email protected]>
+# Maintainer: 
+# Xontributor: T.J. Townsend <[email protected]>
 # Contributor: Ivy Foster <[email protected]>
 
 pkgname=sndio
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='A small audio and MIDI framework'
 arch=(x86_64)
 url='https://sndio.org'
@@ -15,28 +16,28 @@ depends=(alsa-lib libbsd)
 provides=(libsndio.so)
 backup=(etc/default/sndiod)
 source=("https://sndio.org/sndio-$pkgver.tar.gz"{,.asc})
-sha256sums=('f30826fc9c07e369d3924d5fcedf6a0a53c0df4ae1f5ab50fe9cf280540f699a'
+sha256sums=('bebd3bfd01c50c9376cf3e7814b9379bed9e17d0393b5113b7eb7a3d0d038c54'
             'SKIP')
 validpgpkeys=('6B1A7447AAF091CCDD36BAA6015E339411694A6E') # Alexandre Ratchov 
<[email protected]>
 
 build() {
-       cd "sndio-$pkgver"
-       ./configure --prefix=/usr --enable-alsa --with-libbsd
-       make
+  cd "sndio-$pkgver"
+  ./configure --prefix=/usr --enable-alsa --with-libbsd
+  make
 }
 
 package() {
-       cd "sndio-$pkgver"
+  cd "sndio-$pkgver"
 
-       make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir/" install
 
-       install -D -m 644 contrib/sndiod.service \
-               "$pkgdir/usr/lib/systemd/system/sndiod.service"
-       install -D -m 644 contrib/default.sndiod \
-               "$pkgdir/etc/default/sndiod"
+  install -D -m 644 contrib/sndiod.service \
+    "$pkgdir/usr/lib/systemd/system/sndiod.service"
+  install -D -m 644 contrib/default.sndiod \
+    "$pkgdir/etc/default/sndiod"
 
-       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' libsndio/sioctl.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
+  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' libsndio/sioctl.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sndio/-/commit/433218b51e4be948dadaf3a6c58a6ef32340d9f9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sndio/-/commit/433218b51e4be948dadaf3a6c58a6ef32340d9f9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to