summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2017-04-17 23:09:18 +0430
committerMohammadreza Abdollahzadeh2017-04-17 23:09:18 +0430
commitbbdcf18cf6a845d947d3d79ae742d0340d349165 (patch)
treefe48510d1ce5c812cb76c193542b6a74238e2264
parent81642dbaa7918e280f9578449404f25f8325693e (diff)
downloadaur-bbdcf18cf6a845d947d3d79ae742d0340d349165.tar.gz
update to v2.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c673aabae7bc..99db50900250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 15 18:17:53 UTC 2017
+# Mon Apr 17 18:39:05 UTC 2017
pkgbase = persepolis
pkgdesc = A graphical front-end for aria2 download manager with lots of features.
- pkgver = 2.4.1
+ pkgver = 2.4.2
pkgrel = 1
url = https://persepolisdm.github.io/
arch = any
@@ -17,8 +17,8 @@ pkgbase = persepolis
optdepends = firefox-flashgot: for integrating with firefox.
provides = persepolis
conflicts = persepolis
- source = persepolis-2.4.1.tar.gz::https://github.com/persepolisdm/persepolis/archive/2.4.1.tar.gz
- sha256sums = e508babfee0a1aa2eb96f5966a9b2481fa777ffd719261808fa1985eb755cf05
+ source = persepolis-2.4.2.tar.gz::https://github.com/persepolisdm/persepolis/archive/2.4.2.tar.gz
+ sha256sums = d4e9aa12946d70bb246dfef0813ea12feb82424ca873cc81a37e6ee53010773f
pkgname = persepolis
diff --git a/PKGBUILD b/PKGBUILD
index 61efd4b25b09..8aa9544ac703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname='persepolis'
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc="A graphical front-end for aria2 download manager with lots of features."
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('firefox-flashgot: for integrating with firefox.')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/persepolisdm/persepolis/archive/${pkgver}.tar.gz")
-sha256sums=('e508babfee0a1aa2eb96f5966a9b2481fa777ffd719261808fa1985eb755cf05')
+sha256sums=('d4e9aa12946d70bb246dfef0813ea12feb82424ca873cc81a37e6ee53010773f')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"