summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn89012021-02-05 12:53:11 +0100
committerShawn89012021-02-05 12:53:11 +0100
commit1bbd7a8b3a71c41903ec067dbcdcaba6da66b1bf (patch)
tree3642625263a7e2e145fbdd8dd081cf195d47f921
parent820a3d6f972843a0713e2bf0d29c9556ccb536f1 (diff)
downloadaur-1bbd7a8b3a71c41903ec067dbcdcaba6da66b1bf.tar.gz
Version 0.4.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be177fba309c..9af0fb610a04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-django-colorfield
pkgdesc = Simple color field for models with a nice color-picker in the admin
- pkgver = 0.3.2
- pkgrel = 3
+ pkgver = 0.4.1
+ pkgrel = 1
url = https://github.com/fabiocaccamo/django-colorfield
arch = any
license = MIT
makedepends = python-setuptools
depends = python-django
depends = python
- source = https://files.pythonhosted.org/packages/source/d/django-colorfield/django-colorfield-0.3.2.tar.gz
- sha256sums = f5dde281f4db8871eb5845aee614b4f1a47e7fd5b20476238793f519cd7bdf41
+ source = https://files.pythonhosted.org/packages/source/d/django-colorfield/django-colorfield-0.4.1.tar.gz
+ sha256sums = 63a542c417b72d0dac898a0f61a2a00aed3c9aabc2f5057c926efccf421f7887
pkgname = python-django-colorfield
diff --git a/PKGBUILD b/PKGBUILD
index deb960c46541..13e009b8480e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-django-colorfield
_name=${pkgname#python-}
-pkgver=0.3.2
-pkgrel=3
+pkgver=0.4.1
+pkgrel=1
pkgdesc='Simple color field for models with a nice color-picker in the admin'
arch=('any')
url=https://github.com/fabiocaccamo/django-colorfield
@@ -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=('f5dde281f4db8871eb5845aee614b4f1a47e7fd5b20476238793f519cd7bdf41')
+sha256sums=('63a542c417b72d0dac898a0f61a2a00aed3c9aabc2f5057c926efccf421f7887')
build(){
cd "${srcdir}/${_name}-${pkgver}"