summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2017-04-14 22:38:33 +0430
committerMohammadreza Abdollahzadeh2017-04-14 22:38:33 +0430
commit24a4a91a3fa12d53a9c21ba97ba2c0ffaafcf2e4 (patch)
treee5f9db4264675135eeb07cc1cf9c0569f1699654
parent9ad8547a5c0e0318fdeccb4a6311245e60858f33 (diff)
downloadaur-24a4a91a3fa12d53a9c21ba97ba2c0ffaafcf2e4.tar.gz
remove vorbis-tools as dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df11c8829460..daf6afbb215d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 14 17:53:29 UTC 2017
+# Fri Apr 14 18:08:25 UTC 2017
pkgbase = persepolis
pkgdesc = A graphical front-end for aria2 download manager with lots of features.
pkgver = 2.4
- pkgrel = 1
+ pkgrel = 2
url = https://persepolisdm.github.io/
arch = any
license = GPL3
@@ -14,7 +14,6 @@ pkgbase = persepolis
depends = python-requests
depends = python-setproctitle
depends = qt5-svg
- depends = vorbis-tools
optdepends = firefox-flashgot: for integrating with firefox.
provides = persepolis
conflicts = persepolis
diff --git a/PKGBUILD b/PKGBUILD
index 956fdf5315fa..48986c71721a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='persepolis'
pkgver=2.4
-pkgrel=1
+pkgrel=2
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' 'python' 'python-pyqt5' 'python-requests' 'python-setproctitle' 'qt5-svg' 'vorbis-tools')
+depends=('aria2' 'libnotify' 'python' 'python-pyqt5' 'python-requests' 'python-setproctitle' 'qt5-svg')
optdepends=('firefox-flashgot: for integrating with firefox.')
provides=("${pkgname}")
conflicts=("${pkgname}")