summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2018-11-22 12:15:46 +1100
committerVictor Tran2018-11-22 12:15:46 +1100
commit5681a6e1c7c9d874ce83631a4a8cd49ec479c09a (patch)
tree83e2adb4151b3d1305e070037e1ac0e3c41184cd
parent16b23d87fea68c1f72a53dacf9061e4d356cd3b7 (diff)
downloadaur-5681a6e1c7c9d874ce83631a4a8cd49ec479c09a.tar.gz
Update to 2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71542bf6e0de..d832f6c05f54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,22 @@
pkgbase = thebeat
pkgdesc = Audio Player based on Phonon
- pkgver = 1.0
+ pkgver = 2.0
pkgrel = 0
url = https://github.com/vicr123/thebeat
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = discord-rpc-api
+ makedepends = qt5-tools
depends = libmusicbrainz5
depends = xdg-utils
depends = phonon-qt5
depends = qt5-base
depends = taglib
depends = the-libs
- source = thebeat-1.0::git+https://github.com/vicr123/thebeat.git
+ depends = qt5-svg
+ optdepends = discord-rpc-api: for Discord Rich Presence integration
+ source = thebeat-2.0::git+https://github.com/vicr123/thebeat.git
md5sums = SKIP
pkgname = thebeat
diff --git a/PKGBUILD b/PKGBUILD
index 2743d46a834d..96d757235e6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=thebeat
-pkgver=1.0
+pkgver=2.0
pkgrel=0
pkgdesc="Audio Player based on Phonon"
arch=("x86_64")
url="https://github.com/vicr123/thebeat"
license=('GPL3')
-depends=('libmusicbrainz5' 'xdg-utils' 'phonon-qt5' 'qt5-base' 'taglib' 'the-libs')
-makedepends=('git')
+depends=('libmusicbrainz5' 'xdg-utils' 'phonon-qt5' 'qt5-base' 'taglib' 'the-libs' 'qt5-svg')
+makedepends=('git' 'discord-rpc-api' 'qt5-tools')
+optdepends=('discord-rpc-api: for Discord Rich Presence integration')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/thebeat.git')
md5sums=('SKIP')