summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edeb5edefca5..4c98dec7d2c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,10 @@ pkgbase = dash-html-components
arch = any
license = MIT
checkdepends = python-dash
- makedepends = git
makedepends = python-setuptools
depends = python
- source = https://pypi.python.org/packages/cf/05/a33843c06643a492ae593f98cdcaaa5674ec4ad5025e53c0ff2918d60840/dash_html_components-0.6.2.tar.gz
- sha256sums = SKIP
+ source = https://pypi.org/packages/source/d/dash_html_components/dash_html_components-0.6.2.tar.gz
+ sha256sums = 9c8be2773d878cd4bdeb71a4918c77578bb19aff6198447eb1aa9640e855be73
pkgname = dash-html-components
diff --git a/PKGBUILD b/PKGBUILD
index eea374c7338b..5c5bef436395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ license=('MIT')
depends=('python')
optdepends=()
checkdepends=('python-dash')
-makedepends=('git' 'python-setuptools')
-source=("https://pypi.python.org/packages/cf/05/a33843c06643a492ae593f98cdcaaa5674ec4ad5025e53c0ff2918d60840/dash_html_components-$pkgver.tar.gz")
-sha256sums=('SKIP')
+makedepends=('python-setuptools')
+source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('9c8be2773d878cd4bdeb71a4918c77578bb19aff6198447eb1aa9640e855be73')
package(){
cd "$srcdir/$_pkgname-$pkgver"