summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2017-12-18 23:34:01 +0330
committerMohammadreza Abdollahzadeh2017-12-18 23:34:01 +0330
commit8f057eb21e419e910c23f9bbe9314d03c3cd7a81 (patch)
treee51cf4bf1980d92b9545554d033ff553d53f7f9d
parenta79a0ac8df116a82f8fab8210de5596104c65787 (diff)
downloadaur-8f057eb21e419e910c23f9bbe9314d03c3cd7a81.tar.gz
update to v3.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3738642e84aa..94049a6f3e35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 11 12:52:32 UTC 2017
+# 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.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://persepolisdm.github.io/
arch = any
@@ -18,8 +18,8 @@ pkgbase = persepolis
depends = qt5-svg
depends = sound-theme-freedesktop
optdepends = firefox-flashgot: for integrating with firefox.
- source = persepolis-3.0.0.tar.gz::https://github.com/persepolisdm/persepolis/archive/3.0.0.tar.gz
- sha256sums = 6d4a94de61662a61937dca8d0a89b7c515b09d30a0c7c821846ff97066d29ec8
+ source = persepolis-3.0.1.tar.gz::https://github.com/persepolisdm/persepolis/archive/3.0.1.tar.gz
+ sha256sums = ae62fc85bae528d11e57b094d6cb8c229f572f4ec5de30c0c51f1897f8fe9774
pkgname = persepolis
diff --git a/PKGBUILD b/PKGBUILD
index 04030dc36097..2a5653d1c778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname='persepolis'
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="A graphical front-end for aria2 download manager with lots of features."
arch=('any')
@@ -12,7 +12,7 @@ depends=('aria2' 'libnotify' 'python' 'python-psutil' 'python-pyqt5' 'python-req
makedepends=('python-setuptools')
optdepends=('firefox-flashgot: for integrating with firefox.')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/persepolisdm/persepolis/archive/${pkgver}.tar.gz")
-sha256sums=('6d4a94de61662a61937dca8d0a89b7c515b09d30a0c7c821846ff97066d29ec8')
+sha256sums=('ae62fc85bae528d11e57b094d6cb8c229f572f4ec5de30c0c51f1897f8fe9774')
prepare() {
cd "${pkgname}-${pkgver}"