summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80f692c8df4c..062b067bc3b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = noson-app-git
pkgdesc = SONOS controller for Linux platforms
- pkgver = 4.4.2.r3.geb77251d
+ pkgver = 4.4.3.r1.g52fe9939
pkgrel = 1
url = https://janbar.github.io/noson-app
arch = x86_64
diff --git a/.gitignore b/.gitignore
index 953192b26947..caf83badba97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# Package files
*.pkg.tar.xz
+*.pkg.tar.zst
# Sources
noson-app
diff --git a/PKGBUILD b/PKGBUILD
index 513afeecaf21..c445c122d00b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dennis Twardowsky <aur@devpty.de>
_pkgname=noson-app
pkgname="${_pkgname}-git"
-pkgver=4.4.2.r3.geb77251d
+pkgver=4.4.3.r1.g52fe9939
pkgrel=1
pkgdesc="SONOS controller for Linux platforms"
arch=('x86_64')