summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-03-14 07:43:25 +0100
committerrazer2023-03-14 07:43:25 +0100
commit969d44c74ab45315619412d8695e91579cdb52b0 (patch)
treea2a37135f57c37ca421c94bc15e3e40798d950f3
parent07a7a2ab597d3895240e5dc2cbcad5caa90410b9 (diff)
downloadaur-969d44c74ab45315619412d8695e91579cdb52b0.tar.gz
Depends to python-python-crontab
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5d5a511a6dc..9e89c884fc62 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.4.0
- pkgrel = 0
+ pkgrel = 1
url = https://pypi.python.org/pypi/django_celery_beat
arch = any
license = BSD
@@ -9,7 +9,7 @@ pkgbase = python-django-celery-beat
depends = python
depends = python-django
depends = python-celery
- depends = python-crontab
+ depends = python-python-crontab
source = https://pypi.io/packages/source/d/django-celery-beat/django-celery-beat-2.4.0.tar.gz
sha256sums = 58efe9460e4373a241c2b3d839518f29a28ae19bc80a8dba20da204c7ea50613
diff --git a/PKGBUILD b/PKGBUILD
index 06d63415fc64..a00ad9633357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-django-celery-beat
_pypi_pkgname=django-celery-beat
pkgver=2.4.0
-pkgrel=0
+pkgrel=1
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"
license=('BSD')
makedepends=('python-setuptools')
-depends=('python' 'python-django' 'python-celery' 'python-crontab')
+depends=('python' 'python-django' 'python-celery' 'python-python-crontab')
source=("https://pypi.io/packages/source/d/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
sha256sums=('58efe9460e4373a241c2b3d839518f29a28ae19bc80a8dba20da204c7ea50613')