summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2020-11-28 07:55:21 +0100
committerrazer2020-11-28 07:55:21 +0100
commit881290453621640119be79614dd81a731e404318 (patch)
tree62e9abc4a7b0c34913c93fe40727af6075df5380 /PKGBUILD
parent7fd492a47b536fbf21d34899640502717875a458 (diff)
downloadaur-881290453621640119be79614dd81a731e404318.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 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"