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 8f802694f671..f2d54935a913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = python-jwcrypto
depends = python-six
depends = python-deprecated
source = https://github.com/latchset/jwcrypto/releases/download/v0.8.0/jwcrypto-0.8.tar.gz
- sha256sums = SKIP
+ sha256sums = b7fee2635bbefdf145399392f5be26ad54161c8271c66b5fe107b4b452f06c24
pkgname = python-jwcrypto
diff --git a/PKGBUILD b/PKGBUILD
index a9975aea10d1..d898df77f986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=("LGPL3")
depends=("python-cryptography" "python-six" "python-deprecated")
makedepends=("python-setuptools")
source=("https://github.com/latchset/jwcrypto/releases/download/v0.8.0/jwcrypto-0.8.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('b7fee2635bbefdf145399392f5be26ad54161c8271c66b5fe107b4b452f06c24')
build() {
cd "jwcrypto-0.8"