summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-04-05 18:22:37 -0400
committerredfish2019-04-05 18:22:37 -0400
commit9cbea1feb0e7306087e316db4ac99265e7078e2b (patch)
tree1a3289177606abed8ad70279153f1b9137a37e02
parent651c725c9800dd059f0873f5717a024034a498e6 (diff)
downloadaur-9cbea1feb0e7306087e316db4ac99265e7078e2b.tar.gz
fixed typo in source URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9bd56b78dbe..bc25af924a15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 30 01:14:58 UTC 2019
+# Fri Apr 5 22:22:25 UTC 2019
pkgbase = python-bencode.py
pkgdesc = Simple bencode parser (for Python 2, Python 3 and PyPy)
pkgver = 2.0.0
@@ -9,7 +9,7 @@ pkgbase = python-bencode.py
license = GPL
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/b//bencode.py-2.0.0.tar.gz
+ source = https://pypi.io/packages/source/b/bencode.py/bencode.py-2.0.0.tar.gz
sha256sums = 067cf936e29a7b698d2b4d00902343b78d434d73d837c33d6ca1a8be6038fe72
pkgname = python-bencode.py
diff --git a/PKGBUILD b/PKGBUILD
index 7df775ee3469..a534184c6d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/fuzeman/bencode.py"
license=('GPL')
depends=('python')
makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/${_pkgname::1}/${_pkngame}/${_pkgname}-${pkgver}.tar.gz")
+source=("https://pypi.io/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
#source=("https://github.com/fuzeman/bencode.py/archive/${pkver}.tar.gz")
build() {