summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ritsen2022-02-21 13:07:12 -0500
committerChristopher Ritsen2022-02-21 13:07:12 -0500
commitf466d9ae5d5c8ae41e6d109a6ed47919418d1876 (patch)
tree8ff74b0d52919e5cdb1dcb3e55d3b94cbf0b5995
parente301a633565c6068545907a5a2a0fa0ad2a8f734 (diff)
downloadaur-f466d9ae5d5c8ae41e6d109a6ed47919418d1876.tar.gz
Version bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d5a6151a7ac..327eab6aeba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _name=netaudio
_pkgname="python-${_name}"
pkgname="${_pkgname}"
_pkgdirname="${_pkgname}"
-pkgver=v0.0.2.r1
+pkgver=v0.0.3.r1
pkgrel=1
pkgdesc="Control Dante network audio devices without Dante Controller"
arch=(any)
@@ -12,7 +12,7 @@ license=(Unlicense)
makedepends=("python" "python-cleo" "python-netifaces" "python-pip" "python-twisted" "python-zeroconf")
build() {
- pip install --no-deps --target="netaudio" netaudio==0.0.2
+ pip install --no-deps --target="netaudio" netaudio==0.0.3
}
package() {