summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2020-11-28 07:55:21 +0100
committerrazer2020-11-28 07:55:21 +0100
commit881290453621640119be79614dd81a731e404318 (patch)
tree62e9abc4a7b0c34913c93fe40727af6075df5380
parent7fd492a47b536fbf21d34899640502717875a458 (diff)
downloadaur-881290453621640119be79614dd81a731e404318.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7004f93be874..16303d83cfb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-celery-results
pkgdesc = Celery Result Backends using the Django ORM/Cache framework
- pkgver = 1.2.1
+ pkgver = 2.0.0
pkgrel = 0
url = http://github.com/celery/django-celery-results
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-django-celery-results
makedepends = python-django
makedepends = python-celery
provides = python-django-celery-results
- source = https://pypi.io/packages/source/d/django_celery_results/django_celery_results-1.2.1.tar.gz
- sha256sums = e390f70cc43bbc2cd7c8e4607dc29ab6211a2ab968f93677583f0160921f670c
+ source = https://pypi.io/packages/source/d/django_celery_results/django_celery_results-2.0.0.tar.gz
+ sha256sums = 754e01f22f70fddee5f2ca95c18f183fccee42ad98f9803577bffa717d45ac5d
pkgname = python-django-celery-results
diff --git a/PKGBUILD b/PKGBUILD
index 2dbd42aaaf08..71a5addb37cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-django-celery-results')
_pypi_pkgname=('django_celery_results')
-pkgver=1.2.1
+pkgver=2.0.0
pkgrel=0
pkgdesc='Celery Result Backends using the Django ORM/Cache framework'
arch=('any')
@@ -14,7 +14,7 @@ optdepends=()
conflicts=()
provides=('python-django-celery-results')
source=("https://pypi.io/packages/source/d/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('e390f70cc43bbc2cd7c8e4607dc29ab6211a2ab968f93677583f0160921f670c')
+sha256sums=('754e01f22f70fddee5f2ca95c18f183fccee42ad98f9803577bffa717d45ac5d')
build() {
cd "$srcdir"/"$_pypi_pkgname-$pkgver"