summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2015-12-29 11:28:35 -0500
committersolaraquarion2015-12-29 11:28:35 -0500
commit196055b17c670799318aa76186d84840f6ae3b3e (patch)
tree145982dcb7bda124da6d1e308e70a1c1157ae368
parent6541c8aea2a3d430ecc847be15128d841782e702 (diff)
downloadaur-196055b17c670799318aa76186d84840f6ae3b3e.tar.gz
pkgver and build depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b611102c8553..a2424190776a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Dec 29 16:28:20 UTC 2015
pkgbase = tomahawk-git
pkgdesc = A Music Player App written in C++/Qt - development version
- pkgver = 0.8.0rc1.1035.g73a1160
+ pkgver = 0.8.0rc1.1089.g8fbd3b9
pkgrel = 1
epoch = 1
url = http://tomahawk-player.org/
@@ -10,6 +12,7 @@ pkgbase = tomahawk-git
license = GPL3
makedepends = git
makedepends = cmake
+ makedepends = extra-cmake-modules
makedepends = automoc4
makedepends = sparsehash
makedepends = boost
diff --git a/PKGBUILD b/PKGBUILD
index 176b6bc8454a..cab8c2b44b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
# https://github.com/zizzfizzix/pkgbuilds
+# Maintainer: Solomon Choina <shlomochoina(at)gmail(dot)com>
##############################################################
#### The section below can be adjusted to suit your needs ####
@@ -13,7 +14,7 @@ _buildtype='RelWithDebInfo'
##############################################################
pkgname=tomahawk-git
-pkgver=0.8.0rc1.1035.g73a1160
+pkgver=0.8.0rc1.1089.g8fbd3b9
pkgrel=1
epoch=1
pkgdesc='A Music Player App written in C++/Qt - development version'
@@ -24,7 +25,7 @@ depends=('qt5-svg' 'qt5-tools' 'qt5-xmlpatterns' 'qt5-x11extras' 'qca-qt5'
'taglib' 'lucene++' 'libechonest-qt5' 'jreen'
'quazip-qt5' 'attica-qt5' 'qt5-webkit' 'liblastfm-qt5'
'qtkeychain-qt5' 'vlc')
-makedepends=('git' 'cmake' 'automoc4' 'sparsehash' 'boost' 'websocketpp')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'automoc4' 'sparsehash' 'boost' 'websocketpp')
optdepends=('kdelibs: integration with Plasma Desktop' 'telepathy-qt5: integration with Telepathy')
provides=('tomahawk')
conflicts=('tomahawk')