summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsti2d2018-02-22 07:06:24 +0100
committersti2d2018-02-22 07:06:24 +0100
commitdefbf7a1fd7769da716dda7593f022e2513e6d31 (patch)
tree0fedf6f0f5d00a64767f73fee357ace7bf41b7f5 /PKGBUILD
parent575074a7969d44724c86de91b94911be3e61cb71 (diff)
downloadaur-defbf7a1fd7769da716dda7593f022e2513e6d31.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e4596eac4bb..724910a352c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-django-celery-beat
_pypi_pkgname=django-celery-beat
-pkgver=1.1.0
-pkgrel=1
+pkgver=1.1.1
+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')
source=("https://pypi.io/packages/source/d/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-md5sums=('adb9dabbf59a6cdbf9e54c127afe9a8b')
+md5sums=('2503c26b2cf33d330c11671c76ede222')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"