summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim2018-02-08 16:10:49 +0200
committerCaesim2018-02-08 16:10:49 +0200
commit760a17efb44b18acb5f4652a640eedac8302d50a (patch)
tree4bd89b429a8c8bdad6b34dda28f13434fcf83444 /PKGBUILD
parentb9618e6053edd2e9520e2c11fe8e0648425d3491 (diff)
downloadaur-760a17efb44b18acb5f4652a640eedac8302d50a.tar.gz
Fixed checksums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfdf971d2fdd..b89a1b27ab03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python-requests nodejs)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
-sha256sums=('7ff269d2e88ba8fa97994275b4d58c722c84d39f579624becc89111e72265c64')
+sha256sums=('1ac1df1e338bfa33bc5bab5c92c5db3045f3a6541eec9ca816da8e8ea278941b')
package() {
cd "${srcdir}/${_pypiname}-${pkgver}"