summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2019-03-31 09:59:05 -0400
committerJeremy Audet2019-03-31 09:59:05 -0400
commita52e1b9948458ff6011f0250c1c2176bec72706a (patch)
tree9d13ed2fcf84917193ade9bad3d338ba25967305
parent0f6806443ea3dbf99c9f735ba132f11edeff7094 (diff)
downloadaur-a52e1b9948458ff6011f0250c1c2176bec72706a.tar.gz
Update to version 2.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88630cda4216..f147d45ee63a 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.5
+ pkgver = 2.0.6
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.5.tar.gz
- sha256sums = efd12e262815398f6c4776b1d8d490a6b223fbb09c18febab11d1b70ae13be33
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.0.6.tar.gz
+ sha256sums = a4ef8ffc1011cc6e8bcf0b41d1b729b46a578c5005fb73409393ad9804fd09be
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index d195fc9aefe2..1862ca157932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-django-tables2
pkgname=(python-django-tables2 python2-django-tables2)
-pkgver=2.0.5
+pkgver=2.0.6
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=('efd12e262815398f6c4776b1d8d490a6b223fbb09c18febab11d1b70ae13be33')
+sha256sums=('a4ef8ffc1011cc6e8bcf0b41d1b729b46a578c5005fb73409393ad9804fd09be')
package_python-django-tables2() {
depends=('python-django>=1.11')