summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralireza-amirsamimi2019-09-17 10:55:18 +0430
committeralireza-amirsamimi2019-09-17 10:55:18 +0430
commitad105665104f45a1f12987e2a815ae66b10e643d (patch)
treef378519ba7438e1859fcde9365ff2bfadd9eccd6
parent2d4380e0ab43d5a54f1423a5aada849134978503 (diff)
downloadaur-ad105665104f45a1f12987e2a815ae66b10e643d.tar.gz
Version 2.3.0 is released.
modified: .SRCINFO modified: PKGBUILD
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31c7eb484a0b..88aa3d64a4f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Aug 7 13:04:25 UTC 2018
pkgbase = persepolis
pkgdesc = A graphical front-end for aria2 download manager with lots of features.
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 3
url = https://persepolisdm.github.io/
arch = any
@@ -19,9 +17,10 @@ pkgbase = persepolis
depends = qt5-svg
depends = sound-theme-freedesktop
depends = youtube-dl
+ depends = ffmpeg
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
+ source = persepolis-3.2.0.tar.gz::https://github.com/persepolisdm/persepolis/archive/3.2.0.tar.gz
+ sha256sums = d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd
pkgname = persepolis
diff --git a/PKGBUILD b/PKGBUILD
index d2c55d8b47a6..34405972ba4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# $Id$
-# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
+# Maintainer: AliReza AmirSamimi <alireza.amirsamimi at gmail dot com>
pkgname='persepolis'
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=3
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' 'libpulse' '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' 'ffmpeg')
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")
-sha256sums=('7846886604b7e3b1c3acf8ada3ae0d12ab0bddb0914fdc6200167c59a7a16533')
+sha256sums=('d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd')
prepare() {
cd "${pkgname}-${pkgver}"