summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-12-14 13:53:54 +0100
committerrazer2021-12-14 13:53:54 +0100
commitc3cba06900358b36136fbd392baedc4a65505a3d (patch)
tree13f1f0e00ca1a48f0e1506e3fe1e4e3e27de7d47
parenta82cf666a2c860a093d285e2d9f2fb41d3116e1d (diff)
downloadaur-c3cba06900358b36136fbd392baedc4a65505a3d.tar.gz
Force reinstall for python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fd630ce7a71..f8d52275574a 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.2.1
- pkgrel = 0
+ pkgrel = 1
url = https://pypi.python.org/pypi/django_celery_beat
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 9ca5e6040351..0b2e51ef046c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-django-celery-beat
_pypi_pkgname=django-celery-beat
pkgver=2.2.1
-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"