summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2017-01-16 16:19:51 +0330
committerMohammadreza Abdollahzadeh2017-01-16 16:19:51 +0330
commit90c139faea8d5d2bc892665a440a5cfa766b8718 (patch)
tree1c14f92acd62eb9ea67d660292ad03050ea12104
parent85fab132546308534a0773be96bfd0c81304bdc6 (diff)
downloadaur-90c139faea8d5d2bc892665a440a5cfa766b8718.tar.gz
update to v2.3.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
-rw-r--r--persepolis.install8
3 files changed, 6 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c89c1c07b670..2ef9f523332a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Jan 12 11:52:09 UTC 2017
+# Mon Jan 16 12:48:55 UTC 2017
pkgbase = persepolis
pkgdesc = A graphical front-end for aria2 download manager with lots of features.
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://persepolisdm.github.io/
- install = persepolis.install
arch = any
license = GPL3
depends = aria2
@@ -20,8 +19,8 @@ pkgbase = persepolis
provides = persepolis
conflicts = persepolis
conflicts = persepolis
- source = persepolis.tar.gz::https://github.com/persepolisdm/persepolis/archive/2.3.1.tar.gz
- md5sums = ae0ccabf57d300a74d8485dc3a58b2a7
+ source = persepolis.tar.gz::https://github.com/persepolisdm/persepolis/archive/2.3.2.tar.gz
+ md5sums = 78d4c67274407b680364c56cdfc2bb37
pkgname = persepolis
diff --git a/PKGBUILD b/PKGBUILD
index 02508220b101..a8c51bcc9ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname='persepolis'
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="A graphical front-end for aria2 download manager with lots of features."
arch=('any')
@@ -11,9 +11,8 @@ depends=('aria2' 'vorbis-tools' 'libnotify' 'python' 'python-pyqt5' 'python-requ
optdepends=('firefox-flashgot: for integrating with firefox.')
provides=("${pkgname}" "persepolis")
conflicts=("${pkgname}" "persepolis")
-install=$pkgname.install
source=("${pkgname}.tar.gz::https://github.com/persepolisdm/persepolis/archive/${pkgver}.tar.gz")
-md5sums=('ae0ccabf57d300a74d8485dc3a58b2a7')
+md5sums=('78d4c67274407b680364c56cdfc2bb37')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/persepolis.install b/persepolis.install
deleted file mode 100644
index 07910b63f538..000000000000
--- a/persepolis.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_upgrade() {
- echo -e "\e[1;31m==================================> WARNING <=================================="
- echo -e "\e[1;31m==>\e[0m If you encounter any problem after upgrading Persepolis"
- echo -e "\e[1;32m==>\e[0m Remove persepolis settings from your home directory by following commands:"
- echo -e "\e[1;33m==>\e[0m rm -rf \"\$HOME/.config/persepolis_download_manager/setting\""
- echo -e "\e[1;33m==>\e[0m rm -rf \"\$HOME/.config/persepolis_download_manager/windows_size\""
- echo -e "\e[1;31m==================================> WARNING <=================================="
-}