summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2022-11-12 07:45:07 +0100
committerrazer2022-11-12 07:45:07 +0100
commit07a7a2ab597d3895240e5dc2cbcad5caa90410b9 (patch)
tree6cc438724b7181f26bbcd34b56999d9e946160f5
parent03b4ff6bd11ca5a1e6c143e664c1bc2a92d6e45c (diff)
downloadaur-07a7a2ab597d3895240e5dc2cbcad5caa90410b9.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 674211ab4af0..b5d5a511a6dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-celery-beat
pkgdesc = django-celery-beat enables you to store the periodic task schedule in the django database
- pkgver = 2.3.0
- pkgrel = 1
+ pkgver = 2.4.0
+ pkgrel = 0
url = https://pypi.python.org/pypi/django_celery_beat
arch = any
license = BSD
@@ -10,7 +10,7 @@ pkgbase = python-django-celery-beat
depends = python-django
depends = python-celery
depends = python-crontab
- source = https://pypi.io/packages/source/d/django-celery-beat/django-celery-beat-2.3.0.tar.gz
- sha256sums = ba24f86ed956ba0ee2b43237a49303ebf5aa7e0fb0ccb7e0542b7e31a463dcba
+ source = https://pypi.io/packages/source/d/django-celery-beat/django-celery-beat-2.4.0.tar.gz
+ sha256sums = 58efe9460e4373a241c2b3d839518f29a28ae19bc80a8dba20da204c7ea50613
pkgname = python-django-celery-beat
diff --git a/PKGBUILD b/PKGBUILD
index f612dd98a8a8..06d63415fc64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-django-celery-beat
_pypi_pkgname=django-celery-beat
-pkgver=2.3.0
-pkgrel=1
+pkgver=2.4.0
+pkgrel=0
pkgdesc="django-celery-beat enables you to store the periodic task schedule in the django database"
arch=(any)
url="https://pypi.python.org/pypi/django_celery_beat"
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python' 'python-django' 'python-celery' 'python-crontab')
source=("https://pypi.io/packages/source/d/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('ba24f86ed956ba0ee2b43237a49303ebf5aa7e0fb0ccb7e0542b7e31a463dcba')
+sha256sums=('58efe9460e4373a241c2b3d839518f29a28ae19bc80a8dba20da204c7ea50613')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"