diff options
author | Matthias Baur | 2021-11-01 21:20:25 +0100 |
---|---|---|
committer | Matthias Baur | 2021-11-01 21:20:25 +0100 |
commit | cb69529ab738947de33d310e5769a5ce1d411cbb (patch) | |
tree | 74f5eb3a600dcc473913b43d1ecc86f9f395ad45 /PKGBUILD | |
parent | 980188afbd78fcb8b9e22c5b68c6acb7b2cb2e53 (diff) | |
download | aur-cb69529ab738947de33d310e5769a5ce1d411cbb.tar.gz |
Update to 4.4.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Matthias Baur <aur@matthiasbaur.me> pkgname=noson-app -pkgver=4.4.9.r0.g18147837 +pkgver=4.4.10.r0.g686320c4 pkgrel=1 pkgdesc="The essential to control music from your SONOS devices on Linux platforms" arch=('x86_64' 'armv7h') @@ -9,7 +9,7 @@ license=('GPL3') groups=('base-devel') depends=('cmake' 'qt5-base' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 'qt5-svg' 'libpulse' 'flac') makedepends=('cmake' 'git') -source=("git+git://github.com/janbar/noson-app.git#tag=4.4.9") +source=("git+git://github.com/janbar/noson-app.git#tag=4.4.10") sha1sums=('SKIP') pkgver() { |