summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeresey2020-11-04 11:40:58 +0300
committerFeresey2020-11-04 11:40:58 +0300
commit386fcf24f8b66bd85de75aab082d00382e064b17 (patch)
tree36bfc558778a053b42a3b147d2252c4137a9ee0f
parent27a42372f166b3b509d6bd9ad6546721b59d3ff4 (diff)
downloadaur-exo-player.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8843ccbfe47..fb7f99f18075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = exo-player
pkgdesc = eXo music player based on mocp, with QT5 graphics
pkgver = 9.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/loimu/exo
arch = x86_64
license = GPL
makedepends = gcc
makedepends = cmake
makedepends = git
+ makedepends = qt5-tools
depends = liblastfm-qt5
depends = hicolor-icon-theme
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index f72919598972..2ed30dad92f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _gitname=exo
arch=(x86_64)
pkgdesc="eXo music player based on mocp, with QT5 graphics"
pkgver=9.0
-pkgrel=3
+pkgrel=4
source=(git://github.com/Feresey/exo)
url=https://github.com/loimu/exo
sha1sums=('SKIP')
license=(GPL)
-makedepends=(gcc cmake git)
+makedepends=(gcc cmake git qt5-tools)
depends=(liblastfm-qt5 hicolor-icon-theme python)
optdepends=("python-notify2: for moc-osd")