summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2020-02-01 13:44:02 -0300
committerFilipe Nascimento2020-02-01 13:44:02 -0300
commitbde0c74350daa5bf1186770a0f2840a93ceb74c9 (patch)
tree1137b31d5f146d5bc9bd9f0ce769a03a7d54ee14
parent53ba008c31bbe5dcb6e476e2e182174e5352ed3e (diff)
downloadaur-bde0c74350daa5bf1186770a0f2840a93ceb74c9.tar.gz
upgpkg: aria2p 0.7.1-2
set python-asciimatics dependency as optional
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9afee2e426eb..e4c73784dbf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = aria2p
pkgdesc = Command-line tool and library to interact with an aria2c daemon process with JSON-RPC
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pawamoy/aria2p
arch = any
license = ISC
depends = python
- depends = python-asciimatics
depends = python-loguru
depends = python-requests
depends = python-setuptools
depends = python-websocket-client
optdepends = aria2: aria2c daemon
+ optdepends = python-asciimatics: interactive interface support
source = https://files.pythonhosted.org/packages/source/a/aria2p/aria2p-0.7.1.tar.gz
sha256sums = 248cd1e4e30537e475e9aa66bc4f7ba23bafdc973c34ad368a0860e035b4314a
diff --git a/PKGBUILD b/PKGBUILD
index d8e6022c589a..5d604577e3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=aria2p
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line tool and library to interact with an aria2c daemon process with JSON-RPC"
arch=('any')
url="https://github.com/pawamoy/$pkgname"
license=('ISC')
-depends=('python' 'python-asciimatics' 'python-loguru' 'python-requests'
+depends=('python' 'python-loguru' 'python-requests'
'python-setuptools' 'python-websocket-client')
-optdepends=('aria2: aria2c daemon')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+optdepends=('aria2: aria2c daemon'
+ 'python-asciimatics: interactive interface support')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('248cd1e4e30537e475e9aa66bc4f7ba23bafdc973c34ad368a0860e035b4314a')
build() {