summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFixed2016-10-15 10:31:56 -0500
committerFixed2016-10-15 10:31:56 -0500
commit52420793843c70e4a50940f3a161223f5efa9323 (patch)
tree6c0160db959031763d4831a4d22d740d3dc67d31
parentef412ebfcf0de118b156b2b4d70f50c06500faa9 (diff)
downloadaur-52420793843c70e4a50940f3a161223f5efa9323.tar.gz
<Version> 0.9.2.git8.20161013 git version. Some fixed bugs
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa6b61212b30..fa31ea962621 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 12 19:13:14 UTC 2016
+# Sat Oct 15 15:31:09 UTC 2016
pkgbase = sayonara-player-git
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.
- pkgver = 0.9.2.git6.20161010
+ pkgver = 0.9.2.git8.20161013
pkgrel = 1
url = http://sayonara-player.com
arch = i686
@@ -20,6 +20,7 @@ pkgbase = sayonara-player-git
optdepends = gst-plugins-ugly
conflicts = sayonara-player-svn
conflicts = sayonara-player
+ conflicts = sayonara-bin
source = sayonara-player-git::git+https://git.sayonara-player.com/sayonara.git
sha512sums = SKIP
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() {