summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2020-11-28 17:05:11 -0300
committerFilipe Nascimento2020-11-28 17:05:11 -0300
commit61930af0a5679c7dc12adf8fb7173d6bf1333b28 (patch)
tree325a32e45c864ff0582454b529426a5418ee0999
parentc160b2e67ed1530b972655ba12ae179d60e0be80 (diff)
downloadaur-61930af0a5679c7dc12adf8fb7173d6bf1333b28.tar.gz
upgpkg: aria2p 0.10.1-2
fix incorrect checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd4f49d15030..07d43388f253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aria2p
pkgdesc = Command-line tool and library to interact with an aria2c daemon process with JSON-RPC
pkgver = 0.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://pawamoy.github.io/showcase/aria2p
arch = any
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index e2eef299daff..23caa4440408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aria2p
pkgver=0.10.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://pawamoy.github.io/showcase/aria2p"
@@ -15,7 +15,7 @@ optdepends=('aria2: aria2c daemon'
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"
"xdg.patch")
sha256sums=('13637e44dbeb27be4e4fe96b4dfca18857a999727852aeb59984768e33de7eb8'
- 'ff4d67efa56bd5bc3ef53e1b229519586de140c3278086b95b57dd719bb7f5eb')
+ '1ab5a896ec75ec950151cb98703c1622439b19e5e9aa6bbd4f9703224043778b')
prepare() {
cd ${pkgname}-${pkgver}