summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-03-31 17:29:49 +0430
committerMohammadreza Abdollahzadeh2018-03-31 17:29:49 +0430
commit4654131099881c911cbb6448a9d587516dec9ed7 (patch)
treebd509e2a26eb17debc8cd1f84fc06e826d42be34 /PKGBUILD
parent0cd440801ff85180136f54391d168d52e0b814f9 (diff)
downloadaur-4654131099881c911cbb6448a9d587516dec9ed7.tar.gz
add libpulse as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")