summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2017-04-15 22:48:01 +0430
committerMohammadreza Abdollahzadeh2017-04-15 22:48:01 +0430
commit81642dbaa7918e280f9578449404f25f8325693e (patch)
tree131ee4ccac245be399923922f635353433d97a18
parent3b26861c7bab569779c682051a1c5f18a52b76f1 (diff)
downloadaur-81642dbaa7918e280f9578449404f25f8325693e.tar.gz
update to v2.4.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77b8c9a95597..c673aabae7bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 15 08:06:48 UTC 2017
+# Sat Apr 15 18:17:53 UTC 2017
pkgbase = persepolis
pkgdesc = A graphical front-end for aria2 download manager with lots of features.
- pkgver = 2.4
- pkgrel = 3
+ pkgver = 2.4.1
+ pkgrel = 1
url = https://persepolisdm.github.io/
arch = any
license = GPL3
@@ -17,8 +17,8 @@ pkgbase = persepolis
optdepends = firefox-flashgot: for integrating with firefox.
provides = persepolis
conflicts = persepolis
- source = persepolis-2.4.tar.gz::https://github.com/persepolisdm/persepolis/archive/2.4.tar.gz
- sha256sums = e50db53531aaf73713beb9df4a257420a167de8c20a3d33573e86cf67c77d3a4
+ source = persepolis-2.4.1.tar.gz::https://github.com/persepolisdm/persepolis/archive/2.4.1.tar.gz
+ sha256sums = e508babfee0a1aa2eb96f5966a9b2481fa777ffd719261808fa1985eb755cf05
pkgname = persepolis
diff --git a/PKGBUILD b/PKGBUILD
index 2150b8de2f6d..61efd4b25b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname='persepolis'
-pkgver=2.4
-pkgrel=3
+pkgver=2.4.1
+pkgrel=1
pkgdesc="A graphical front-end for aria2 download manager with lots of features."
arch=('any')
url="https://persepolisdm.github.io/"
@@ -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=('e50db53531aaf73713beb9df4a257420a167de8c20a3d33573e86cf67c77d3a4')
+sha256sums=('e508babfee0a1aa2eb96f5966a9b2481fa777ffd719261808fa1985eb755cf05')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"