summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFixed Torres2017-12-30 20:32:16 -0500
committerFixed Torres2017-12-30 20:32:16 -0500
commit2b2f9d62c0868a640e69613da6eb1d375378d2a9 (patch)
tree096425c490d4a0e513b8e07f9fc21385f7d4895e
parent80e1feae424779d6b89cdaa7299be32410be00bf (diff)
downloadaur-2b2f9d62c0868a640e69613da6eb1d375378d2a9.tar.gz
Many features, more info: https://sayonara-player.com/
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd3bfa96d8ad..d32f6b18f47a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 3 13:03:43 UTC 2017
+# Sun Dec 31 01:32:07 UTC 2017
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.3.git2.20170509
+ pkgver = 1.0.0_20171230
pkgrel = 1
url = http://sayonara-player.com
arch = i686
@@ -10,6 +10,7 @@ pkgbase = sayonara-player-git
license = GPL3
makedepends = cmake
makedepends = qt5-tools
+ makedepends = git
depends = qt5-base
depends = taglib
depends = gst-plugins-base
diff --git a/PKGBUILD b/PKGBUILD
index 12d30ed15507..ca78ead6b441 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fixed Torres <aur_linuxero@outlook.com>
pkgname=sayonara-player-git
-pkgver=0.9.3.git2.20170509
+pkgver=1.0.0_20171230
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')
@@ -10,7 +10,7 @@ url="http://sayonara-player.com"
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')
+makedepends=('cmake' 'qt5-tools' 'git')
conflicts=('sayonara-player-svn' 'sayonara-player' 'sayonara-bin')
source=("${pkgname}::git+https://git.sayonara-player.com/sayonara.git")