summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2020-05-14 22:17:40 -0300
committerFilipe Nascimento2020-05-14 22:17:40 -0300
commite26d6679a017020028ed7c4edbf9a3b824983d84 (patch)
treeb9a8e7cbec3c2c37ed64f847a64a63f5b41bac0e
parent2e789edb936390af2ef6e8f91399b8bccd5ff752 (diff)
downloadaur-e26d6679a017020028ed7c4edbf9a3b824983d84.tar.gz
upgpkg: aria2p 0.9.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3e8568ed155..9caeaf89c84b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aria2p
pkgdesc = Command-line tool and library to interact with an aria2c daemon process with JSON-RPC
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/pawamoy/aria2p
arch = any
@@ -10,8 +10,8 @@ pkgbase = aria2p
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.9.0.tar.gz
- sha256sums = d167f60c38ea230b1221b06d5f5318b7e97b8e34ff9c9c45c499cad64ee42051
+ source = https://files.pythonhosted.org/packages/source/a/aria2p/aria2p-0.9.1.tar.gz
+ sha256sums = f9b680c2c0d954ba7f483c6f9836104b423283136a63aeaf9606c259d45c4f45
pkgname = aria2p
diff --git a/PKGBUILD b/PKGBUILD
index e7edbe245971..726515201e14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=aria2p
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Command-line tool and library to interact with an aria2c daemon process with JSON-RPC"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-loguru' 'python-requests' 'python-websocket-client')
optdepends=('aria2: aria2c daemon'
'python-asciimatics: interactive interface support')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('d167f60c38ea230b1221b06d5f5318b7e97b8e34ff9c9c45c499cad64ee42051')
+sha256sums=('f9b680c2c0d954ba7f483c6f9836104b423283136a63aeaf9606c259d45c4f45')
build() {
cd "$srcdir/$pkgname-$pkgver"