summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2928e68bc606..0841bb73d9be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = isso
depends = sqlite
depends = python-setuptools
backup = etc/isso.conf
- source = isso.tar.gz::https://files.pythonhosted.org/packages/source/i/isso/isso-0.12.2.tar.gz
+ source = isso-0.12.2-pypi.tar.gz::https://files.pythonhosted.org/packages/source/i/isso/isso-0.12.2.tar.gz
source = https://raw.githubusercontent.com/posativ/isso/master/LICENSE
source = isso.service
validpgpkeys = 7757B21C0C6E5AE4BC6F6462FD1BA15E0E87FE5C
diff --git a/PKGBUILD b/PKGBUILD
index 1cf5e524192f..6a6c8353d22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python-bleach' 'python-jinja' 'python-werkzeug' 'python-html5lib-9x07' 'python-misaka' 'python-itsdangerous' 'python-six' 'python-cffi' 'sqlite' 'python-setuptools')
makedepends=('git' 'python')
backup=('etc/isso.conf')
-source=("isso.tar.gz::https://files.pythonhosted.org/packages/source/i/isso/isso-${pkgver}.tar.gz"
+source=("isso-${pkgver}-pypi.tar.gz::https://files.pythonhosted.org/packages/source/i/isso/isso-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/posativ/isso/master/LICENSE"
"isso.service")
install=$pkgname.install