summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-03-31 17:29:49 +0430
committerMohammadreza Abdollahzadeh2018-03-31 17:29:49 +0430
commit4654131099881c911cbb6448a9d587516dec9ed7 (patch)
treebd509e2a26eb17debc8cd1f84fc06e826d42be34
parent0cd440801ff85180136f54391d168d52e0b814f9 (diff)
downloadaur-4654131099881c911cbb6448a9d587516dec9ed7.tar.gz
add libpulse as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a1dd52586cf..3567df692426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = persepolis
pkgdesc = A graphical front-end for aria2 download manager with lots of features.
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://persepolisdm.github.io/
arch = any
license = GPL3
makedepends = python-setuptools
depends = aria2
depends = libnotify
+ depends = libpulse
depends = python
depends = python-psutil
depends = python-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index 23a8ebafed91..c42083528bbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname='persepolis'
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical front-end for aria2 download manager with lots of features."
arch=('any')
url="https://persepolisdm.github.io/"
license=('GPL3')
-depends=('aria2' 'libnotify' 'python' 'python-psutil' 'python-pyqt5' 'python-requests' 'python-setproctitle' 'qt5-svg' 'sound-theme-freedesktop' 'youtube-dl')
+depends=('aria2' 'libnotify' 'libpulse' 'python' 'python-psutil' 'python-pyqt5' 'python-requests' 'python-setproctitle' 'qt5-svg' 'sound-theme-freedesktop' 'youtube-dl')
makedepends=('python-setuptools')
optdepends=('adwaita-qt5: for using adwaita style in GTK based Desktops.')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/persepolisdm/persepolis/archive/${pkgver}.tar.gz")