diff options
author | Matthias Baur | 2018-07-08 11:23:30 +0200 |
---|---|---|
committer | Matthias Baur | 2018-07-08 11:23:30 +0200 |
commit | 9f8bb51edce9e78abc2b8386b51cd2e8d2ae3f21 (patch) | |
tree | bb57dfbd9aa523b65c4ae2e1d44d0b2281e390a1 | |
parent | d4de2cf0b5725593c58de5f8864c69a64e05406a (diff) | |
download | aur-9f8bb51edce9e78abc2b8386b51cd2e8d2ae3f21.tar.gz |
Upgrade to 3.6.3
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = noson-app pkgdesc = The essential to control music from your SONOS devices on Linux platforms - pkgver = 3.4.4.r0.g5854f52 + pkgver = 3.6.3.r0.g862b6cb pkgrel = 1 url = https://janbar.github.io/noson-app arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = noson-app depends = qt5-quickcontrols2 depends = qt5-graphicaleffects depends = qt5-svg - source = git+git://github.com/janbar/noson-app.git#tag=3.4.4 + source = git+git://github.com/janbar/noson-app.git#tag=3.6.3 sha1sums = SKIP pkgname = noson-app @@ -1,6 +1,6 @@ # Maintainer: Matthias Baur <aur@matthiasbaur.me> pkgname=noson-app -pkgver=3.4.4.r0.g5854f52 +pkgver=3.6.3.r0.g862b6cb pkgrel=1 pkgdesc="The essential to control music from your SONOS devices on Linux platforms" arch=('x86_64') @@ -9,7 +9,7 @@ license=('GPL3') groups=('base-devel') depends=('cmake' 'qt5-base' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 'qt5-svg') makedepends=('cmake' 'git') -source=("git+git://github.com/janbar/noson-app.git#tag=3.4.4") +source=("git+git://github.com/janbar/noson-app.git#tag=3.6.3") sha1sums=('SKIP') pkgver() { |