summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2018-11-13 19:43:27 -0600
committercyrozap2018-11-13 19:43:27 -0600
commit4e339cc95a740236d54e3cf147aec7e7ba49629d (patch)
treec92c77d20f40a73747479a133c6aa0858ddbc9fe
parent52b3fdaf7a02b542a5c448541dc0f7480f2637e0 (diff)
downloadaur-4e339cc95a740236d54e3cf147aec7e7ba49629d.tar.gz
Update package URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 419b400c1dac..49e243f07f7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = python-frida
depends = python-prompt_toolkit>=0.57
depends = python-colorama>=0.2.7
conflicts = python2-frida
- source = https://files.pythonhosted.org/packages/65/1a/1a3833416361c886cab9c09cc2783d362408d797c1332d5cfc93d72b4021/frida-12.2.24.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.2.24.tar.gz
source = COPYING
sha256sums = 3be2b664e3d656edf65254f7b36b7807666726cdf1903962997af8c670922421
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
diff --git a/PKGBUILD b/PKGBUILD
index fc642ab33d2c..ce5c5958d6a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64') # setup.py downloads pre-built binary components, so it d
url="https://www.frida.re"
license=('custom:wxWindows Library License, Version 3.1')
depends=('python' 'python-pygments>=2.0.2' 'python-prompt_toolkit>=0.57' 'python-colorama>=0.2.7')
-source=("https://files.pythonhosted.org/packages/65/1a/1a3833416361c886cab9c09cc2783d362408d797c1332d5cfc93d72b4021/frida-${pkgver}.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
sha256sums=('3be2b664e3d656edf65254f7b36b7807666726cdf1903962997af8c670922421'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')