summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-03-31 13:40:48 +0430
committerMohammadreza Abdollahzadeh2018-03-31 13:40:48 +0430
commit0cd440801ff85180136f54391d168d52e0b814f9 (patch)
treee1d14248b092bc826863515478adee8e7e3e7730 /PKGBUILD
parent8f057eb21e419e910c23f9bbe9314d03c3cd7a81 (diff)
downloadaur-0cd440801ff85180136f54391d168d52e0b814f9.tar.gz
update to v3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a5653d1c778..23a8ebafed91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# $Id$
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
-
pkgname='persepolis'
-pkgver=3.0.1
+pkgver=3.1.0
pkgrel=1
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')
+depends=('aria2' 'libnotify' 'python' 'python-psutil' 'python-pyqt5' 'python-requests' 'python-setproctitle' 'qt5-svg' 'sound-theme-freedesktop' 'youtube-dl')
makedepends=('python-setuptools')
-optdepends=('firefox-flashgot: for integrating with firefox.')
+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")
-sha256sums=('ae62fc85bae528d11e57b094d6cb8c229f572f4ec5de30c0c51f1897f8fe9774')
+sha256sums=('7846886604b7e3b1c3acf8ada3ae0d12ab0bddb0914fdc6200167c59a7a16533')
prepare() {
cd "${pkgname}-${pkgver}"