summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-03-14 08:14:03 +0100
committerrazer2023-03-14 08:14:03 +0100
commit41e3f1f068b130a540650051b50f8094d1efac7f (patch)
treeaf757e9b962c6d23b894232ce9573b643c64d196
parentae16719a12e20455505ed6ca3e784c4bc164e62e (diff)
downloadaur-41e3f1f068b130a540650051b50f8094d1efac7f.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 32d02752f7ef..33932ccd6d66 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 = 2.4.0
+ pkgver = 2.5.0
pkgrel = 0
url = http://github.com/celery/django-celery-results
arch = any
@@ -11,7 +11,7 @@ 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-2.4.0.tar.gz
- sha256sums = 75aa51970db5691cbf242c6a0ff50c8cdf419e265cd0e9b772335d06436c4b99
+ source = https://pypi.io/packages/source/d/django_celery_results/django_celery_results-2.5.0.tar.gz
+ sha256sums = 8631fd68158c41afddfc378840ecee2f10ddd7d4879e964f2597f483e4203269
pkgname = python-django-celery-results
diff --git a/PKGBUILD b/PKGBUILD
index 12c333cf7f76..cff6a5d09866 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-django-celery-results')
_pypi_pkgname=('django_celery_results')
-pkgver=2.4.0
+pkgver=2.5.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=('75aa51970db5691cbf242c6a0ff50c8cdf419e265cd0e9b772335d06436c4b99')
+sha256sums=('8631fd68158c41afddfc378840ecee2f10ddd7d4879e964f2597f483e4203269')
build() {
cd "$srcdir"/"$_pypi_pkgname-$pkgver"