summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2020-02-02 10:27:52 +0100
committerrazer2020-02-02 10:27:52 +0100
commit7d2baae7b078ce1bbd4fae9884e7c292e1926a26 (patch)
treeec3cbd03119b1428cf71e1808f09e3ead1599034
parent227c9c45584656d523ef60a0f72082fc1b8b6ba2 (diff)
downloadaur-7d2baae7b078ce1bbd4fae9884e7c292e1926a26.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 0efa15193fd5..20c1104badd4 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 = 1.5.0
- pkgrel = 1
+ pkgver = 1.6.0
+ pkgrel = 0
url = https://pypi.python.org/pypi/django_celery_beat
arch = any
license = BSD
@@ -10,8 +10,8 @@ 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-1.5.0.tar.gz
- sha256sums = 659b39232c454ac27022bf679939bce0471fd482f3ee9276f5199716cb4afad9
+ source = https://pypi.io/packages/source/d/django-celery-beat/django-celery-beat-1.6.0.tar.gz
+ sha256sums = 915089386ea58bc43f5059523d935beb7073382bf47ccc276658469718a8a5f6
pkgname = python-django-celery-beat
diff --git a/PKGBUILD b/PKGBUILD
index b5b0888d9e51..0842dc424e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-django-celery-beat
_pypi_pkgname=django-celery-beat
-pkgver=1.5.0
-pkgrel=1
+pkgver=1.6.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=('659b39232c454ac27022bf679939bce0471fd482f3ee9276f5199716cb4afad9')
+sha256sums=('915089386ea58bc43f5059523d935beb7073382bf47ccc276658469718a8a5f6')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"