summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeresey2019-12-16 14:24:20 +0300
committerFeresey2019-12-16 14:24:20 +0300
commit27a42372f166b3b509d6bd9ad6546721b59d3ff4 (patch)
treee563f81fb8fc8c5ceac08fd6ef3cc76c47b7fd67
parentf1e6f52a537b637d0d2561e2f51a476aa0b4c3e7 (diff)
downloadaur-27a42372f166b3b509d6bd9ad6546721b59d3ff4.tar.gz
minor changes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbf63df9e5a9..f8843ccbfe47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = exo-player
pkgdesc = eXo music player based on mocp, with QT5 graphics
pkgver = 9.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/loimu/exo
arch = x86_64
license = GPL
makedepends = gcc
makedepends = cmake
+ makedepends = git
depends = liblastfm-qt5
- depends = python
- depends = desktop-file-utils
depends = hicolor-icon-theme
+ depends = python
optdepends = python-notify2: for moc-osd
source = git://github.com/Feresey/exo
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cb5c0e3ebbb7..f72919598972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _gitname=exo
arch=(x86_64)
pkgdesc="eXo music player based on mocp, with QT5 graphics"
pkgver=9.0
-pkgrel=2
+pkgrel=3
source=(git://github.com/Feresey/exo)
url=https://github.com/loimu/exo
sha1sums=('SKIP')
license=(GPL)
-makedepends=(gcc cmake)
-depends=(liblastfm-qt5 python desktop-file-utils hicolor-icon-theme)
+makedepends=(gcc cmake git)
+depends=(liblastfm-qt5 hicolor-icon-theme python)
optdepends=("python-notify2: for moc-osd")
prepare() {