From 88a4c54b199b778de3e11579810fd826e4ced1fc Mon Sep 17 00:00:00 2001 From: Joffrey Date: Sat, 5 Dec 2020 12:00:08 +0100 Subject: [PATCH] Python 3.9 rebuild --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 07574f00ec3..ec520a7039b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-django-constance pkgdesc = Dynamic Django settings pkgver = 2.8.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/jazzband/django-constance arch = any license = BSD diff --git a/PKGBUILD b/PKGBUILD index 8dc0f7014b9..f7c118a0e58 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-django-constance pkgver=2.8.0 -pkgrel=1 +pkgrel=2 pkgdesc='Dynamic Django settings' arch=('any') url='https://github.com/jazzband/django-constance'