summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFixed2016-10-15 10:31:56 -0500
committerFixed2016-10-15 10:31:56 -0500
commit52420793843c70e4a50940f3a161223f5efa9323 (patch)
tree6c0160db959031763d4831a4d22d740d3dc67d31 /PKGBUILD
parentef412ebfcf0de118b156b2b4d70f50c06500faa9 (diff)
downloadaur-52420793843c70e4a50940f3a161223f5efa9323.tar.gz
<Version> 0.9.2.git8.20161013 git version. Some fixed bugs
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb7b2c0203f0..a430474f08c6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fixed Torres <aur_linuxero@outlook.com>
pkgname=sayonara-player-git
-pkgver=0.9.2.git6.20161010
+pkgver=0.9.2.git8.20161013
pkgrel=1
pkgdesc="Is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('qt5-base' 'taglib' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'libmtp')
optdepends=('lame' 'gst-plugins-ugly')
makedepends=('cmake' 'qt5-tools')
-conflicts=('sayonara-player-svn' 'sayonara-player')
+conflicts=('sayonara-player-svn' 'sayonara-player' 'sayonara-bin')
source=("${pkgname}::git+https://git.sayonara-player.com/sayonara.git")
build() {