summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2019-07-28 16:34:07 -0400
committerJeremy Audet2019-07-28 16:34:07 -0400
commit2b91717671839567951e2db69fe0862fc947fb84 (patch)
tree82361202db197c2347be92a47ae7a3d4aaab6503
parenta52e1b9948458ff6011f0250c1c2176bec72706a (diff)
downloadaur-2b91717671839567951e2db69fe0862fc947fb84.tar.gz
Update to version 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f147d45ee63a..e49c2b5b5f2d 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 = 2.0.6
+ pkgver = 2.1.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/v2.0.6.tar.gz
- sha256sums = a4ef8ffc1011cc6e8bcf0b41d1b729b46a578c5005fb73409393ad9804fd09be
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.1.0.tar.gz
+ sha256sums = 77e53a50d535359d6a119c1fab7a44c2d1c21397d2c80a7d11215112a4866005
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index 1862ca157932..49f00454edb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-django-tables2
pkgname=(python-django-tables2 python2-django-tables2)
-pkgver=2.0.6
+pkgver=2.1.0
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -11,7 +11,7 @@ license=(MIT)
options=(!emptydirs)
makedepends=(python-setuptools python2-setuptools)
source=("https://github.com/bradleyayers/django-tables2/archive/v${pkgver}.tar.gz")
-sha256sums=('a4ef8ffc1011cc6e8bcf0b41d1b729b46a578c5005fb73409393ad9804fd09be')
+sha256sums=('77e53a50d535359d6a119c1fab7a44c2d1c21397d2c80a7d11215112a4866005')
package_python-django-tables2() {
depends=('python-django>=1.11')