summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2022-07-20 06:58:21 +0200
committerrazer2022-07-20 06:58:21 +0200
commitae16719a12e20455505ed6ca3e784c4bc164e62e (patch)
tree671ba544994ca4050f15f1babfeb544d415a6e38 /PKGBUILD
parent6b053f9f4aed6c32cd50c8ff321a7a6ceefc27f4 (diff)
downloadaur-ae16719a12e20455505ed6ca3e784c4bc164e62e.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ab96df88e23..12c333cf7f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-django-celery-results')
_pypi_pkgname=('django_celery_results')
-pkgver=2.3.1
+pkgver=2.4.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=('bf24ecc29c42e49cc7eb30b9b3739471331e2a0ca517cc88ca53a0cf3a2031d1')
+sha256sums=('75aa51970db5691cbf242c6a0ff50c8cdf419e265cd0e9b772335d06436c4b99')
build() {
cd "$srcdir"/"$_pypi_pkgname-$pkgver"