summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-03-31 13:40:48 +0430
committerMohammadreza Abdollahzadeh2018-03-31 13:40:48 +0430
commit0cd440801ff85180136f54391d168d52e0b814f9 (patch)
treee1d14248b092bc826863515478adee8e7e3e7730
parent8f057eb21e419e910c23f9bbe9314d03c3cd7a81 (diff)
downloadaur-0cd440801ff85180136f54391d168d52e0b814f9.tar.gz
update to v3.1.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94049a6f3e35..4a1dd52586cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Dec 18 20:03:48 UTC 2017
pkgbase = persepolis
pkgdesc = A graphical front-end for aria2 download manager with lots of features.
- pkgver = 3.0.1
+ pkgver = 3.1.0
pkgrel = 1
url = https://persepolisdm.github.io/
arch = any
@@ -17,9 +15,10 @@ pkgbase = persepolis
depends = python-setproctitle
depends = qt5-svg
depends = sound-theme-freedesktop
- optdepends = firefox-flashgot: for integrating with firefox.
- source = persepolis-3.0.1.tar.gz::https://github.com/persepolisdm/persepolis/archive/3.0.1.tar.gz
- sha256sums = ae62fc85bae528d11e57b094d6cb8c229f572f4ec5de30c0c51f1897f8fe9774
+ depends = youtube-dl
+ optdepends = adwaita-qt5: for using adwaita style in GTK based Desktops.
+ source = persepolis-3.1.0.tar.gz::https://github.com/persepolisdm/persepolis/archive/3.1.0.tar.gz
+ sha256sums = 7846886604b7e3b1c3acf8ada3ae0d12ab0bddb0914fdc6200167c59a7a16533
pkgname = persepolis
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}"