diff options
author | Matthias Baur | 2020-01-13 22:04:41 +0100 |
---|---|---|
committer | Matthias Baur | 2020-01-13 22:04:41 +0100 |
commit | dd4c85951a0d8c0f81406bf3ec61988cf1e33c4f (patch) | |
tree | 23353191717eb739844e1b23eb08c24ff1664f53 /PKGBUILD | |
parent | c192734d513e5fc73580d5635c60a243468cea4d (diff) | |
download | aur-dd4c85951a0d8c0f81406bf3ec61988cf1e33c4f.tar.gz |
Update to 4.2.3
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.2.2.r0.g4cf767d8 +pkgver=4.2.3.r0.g84217087 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.2.2") +source=("git+git://github.com/janbar/noson-app.git#tag=4.2.3") sha1sums=('SKIP') pkgver() { |