summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2018-03-10 11:29:55 -0500
committerJeremy Audet2018-03-10 11:29:55 -0500
commitbbf048ef173d7fbadf4f3499e262eac7e2da6319 (patch)
treec3b0325cf4e7f49043f77ee52cde57959ecb437d
parent92492be2787b3ca0812acf60883426c4ac9528f5 (diff)
downloadaur-bbf048ef173d7fbadf4f3499e262eac7e2da6319.tar.gz
Update to version 1.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a0a92b84473..fb140ead0c8e 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.19.0
+ pkgver = 1.20.0
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.19.0.tar.gz
- sha256sums = 764f84f0558092c95deac03ea54fd198e5cc3af2dba01a5134cfc3dc8f3f9f2e
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.20.0.tar.gz
+ sha256sums = ef2ba5ff3fbd376a5bccff7c16822a171e9b054bc2a6efe9d215eb2aa3b51ae5
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index b675ed510ef6..c0a511ca95f1 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.19.0
+pkgver=1.20.0
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=('764f84f0558092c95deac03ea54fd198e5cc3af2dba01a5134cfc3dc8f3f9f2e')
+sha256sums=('ef2ba5ff3fbd376a5bccff7c16822a171e9b054bc2a6efe9d215eb2aa3b51ae5')
package_python-django-tables2() {
depends=('python-django>=1.11')