summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2017-01-07 19:36:45 +0100
committerAnthony Ruhier2017-01-07 19:36:45 +0100
commit4a1db69022088ea1fad2ec5a497fc26f628a0db3 (patch)
tree04fc3e3f61d4ce244c43c7218be836b1851c8535
parent24eec56cd5e9410bc71981fa049190d213d95cf3 (diff)
downloadaur-4a1db69022088ea1fad2ec5a497fc26f628a0db3.tar.gz
Force rebuild for python 3.6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cd1f231ab41..b95209e35494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-filter
pkgdesc = Django-filter is a reusable Django application for allowing users to filter querysets dynamically.
pkgver = 0.15.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/carltongibson/django-filter
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 14413ed05df1..3df38971a29d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=python-django-filter
_pkgbase="${pkgbase#python-}"
pkgname=(python-django-filter python2-django-filter)
pkgver=0.15.3
-pkgrel=1
+pkgrel=2
pkgdesc='Django-filter is a reusable Django application for allowing users to filter querysets dynamically.'
arch=(any)
url='https://github.com/carltongibson/django-filter'