summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2018-03-18 13:56:10 -0400
committerJeremy Audet2018-03-18 13:56:10 -0400
commit28bf0fbf70160187c758c9c2a50afdd31291ff1e (patch)
tree51f00cf040045bbe56d6eb54eeadb3806c533ecf
parentbbf048ef173d7fbadf4f3499e262eac7e2da6319 (diff)
downloadaur-28bf0fbf70160187c758c9c2a50afdd31291ff1e.tar.gz
Update to version 1.21.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb140ead0c8e..fefc892605c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.20.0
+ pkgver = 1.21.1
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-tables2
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.20.0.tar.gz
- sha256sums = ef2ba5ff3fbd376a5bccff7c16822a171e9b054bc2a6efe9d215eb2aa3b51ae5
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.21.1.tar.gz
+ sha256sums = d011330b25a157800af2148a94a28613acba975ff9830007a36695f37e68e0cd
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index c0a511ca95f1..90b17a3c81f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=python-django-tables2
_pkgbase="${pkgbase#python-}"
pkgname=(python-django-tables2 python2-django-tables2)
-pkgver=1.20.0
+pkgver=1.21.1
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -14,7 +14,7 @@ license=(MIT)
options=(!emptydirs)
makedepends=(python-setuptools python2-setuptools)
source=("https://github.com/bradleyayers/${_pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('ef2ba5ff3fbd376a5bccff7c16822a171e9b054bc2a6efe9d215eb2aa3b51ae5')
+sha256sums=('d011330b25a157800af2148a94a28613acba975ff9830007a36695f37e68e0cd')
package_python-django-tables2() {
depends=('python-django>=1.11')