summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn89012020-07-08 19:03:32 +0200
committerShawn89012020-07-08 19:03:32 +0200
commit86ec9f90629cc60e01c314d3a5738539274084ea (patch)
treef11159b121bc8305502f377d18a42382e2a0ff59
parentac8b5b86a64ed4e3ba4aca73424b62ada0b13410 (diff)
downloadaur-86ec9f90629cc60e01c314d3a5738539274084ea.tar.gz
Version 0.3.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74be7fc43746..4e27efcc9351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-django-colorfield
depends = python-django
depends = python
source = https://files.pythonhosted.org/packages/source/d/django-colorfield/django-colorfield-0.3.2.tar.gz
- sha256sums = e435ec31712f5e8b955cc7633aef1e49cc3b409c21dfcefeb2f6ef0e1cb69533
+ sha256sums = f5dde281f4db8871eb5845aee614b4f1a47e7fd5b20476238793f519cd7bdf41
pkgname = python-django-colorfield
diff --git a/PKGBUILD b/PKGBUILD
index a566997d4873..a948c1afefc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python-django' 'python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('e435ec31712f5e8b955cc7633aef1e49cc3b409c21dfcefeb2f6ef0e1cb69533')
+sha256sums=('f5dde281f4db8871eb5845aee614b4f1a47e7fd5b20476238793f519cd7bdf41')
build(){
cd "${srcdir}/${_name}-${pkgver}"