summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 841fbb4adff8..078187be6896 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipeswitchd-bin
pkgdesc = Daemon for PipeWire that automatically links audio inputs and outputs based on regular expressions, similar to patchbay.
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/Teascade/pipeswitch/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = pipeswitchd-bin
depends = pipewire
provides = pipeswitchd
conflicts = pipeswitchd
- source = https://github.com/Teascade/pipeswitch//releases/download/v1.0.0/pipeswitchd.zip
- sha512sums = fd88f90bb7550d892df79979665749f5a6da823db06d8d49a7e7b37fa5afb0f429bb3e2199dfb7a8b6e667857e569c1d002c06bb44adb7a83befbed9c69ee2af
+ source = https://github.com/Teascade/pipeswitch//releases/download/v1.0.1/pipeswitchd.zip
+ sha512sums = df59566a8a6ed2a744f2bde7efe85981ac807e17907a198764ea4f582a22a765d9f579be3d5b2d50a9681358c46a8163857df794d7f652afd61eda0d5a71d653
pkgname = pipeswitchd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 123b5a0060cc..4513cf5863c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sofia Talarmo <sofia@teascade.net>
pkgname=pipeswitchd-bin
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Daemon for PipeWire that automatically links audio inputs and outputs based on regular expressions, similar to patchbay."
arch=('x86_64')
@@ -10,8 +10,9 @@ depends=('pipewire')
provides=("pipeswitchd")
conflicts=("pipeswitchd")
source=("${url}/releases/download/v${pkgver}/pipeswitchd.zip")
-sha512sums=('fd88f90bb7550d892df79979665749f5a6da823db06d8d49a7e7b37fa5afb0f429bb3e2199dfb7a8b6e667857e569c1d002c06bb44adb7a83befbed9c69ee2af')
+sha512sums=('df59566a8a6ed2a744f2bde7efe85981ac807e17907a198764ea4f582a22a765d9f579be3d5b2d50a9681358c46a8163857df794d7f652afd61eda0d5a71d653')
package() {
install -Dm755 "${srcdir}/pipeswitchd" "${pkgdir}/usr/bin/pipeswitchd"
+ install -Dm755 "${srcdir}/pipeswitchd.service" "${pkgdir}/usr/lib/systemd/user/pipeswitchd.service"
} \ No newline at end of file