change version to 1.7.0 (#52)

This commit is contained in:
Tarasov Aleksandr
2026-04-09 10:10:50 +03:00
committed by GitHub
parent a948ea2dcd
commit 5a2418325d
7 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Maintainer: Alexander Tarasov <a.tevg@ya.ru>
pkgname=pwsp-bin
_pkgname=pipewire-soundpad
pkgver=1.6.3
pkgver=1.7.0
pkgrel=2
pkgdesc="Lets you play audio files through your microphone (Pre-built binaries)"
arch=('x86_64')
@@ -29,4 +29,4 @@ package() {
install -Dm644 "$_srcsrc/assets/pwsp-daemon.service" "${pkgdir}/usr/lib/systemd/user/pwsp-daemon.service"
install -Dm644 "$_srcsrc/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
}