summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2018-11-18 11:32:23 -0500
committerJeremy Audet2018-11-18 11:32:23 -0500
commit384c0293ef8acc3c8b5b98825e4bffaf4e773040 (patch)
tree1b5e0f74c2d211ee217492a40e3900b966811f5a
parentf57269c9edb76bc3c5a47c03927f5300b730355f (diff)
downloadaur-384c0293ef8acc3c8b5b98825e4bffaf4e773040.tar.gz
Update to version 2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f879031a5179..ea1b6bc846d5 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.2
+ pkgver = 2.0.3
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.2.tar.gz
- sha256sums = 9c4e8212ea07868dde679f258716f9614f3cb821f90bacb06ecb62ec9a56d68d
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.0.3.tar.gz
+ sha256sums = 37a7fea06314119035b1fe21fd4b61d0b3c3d871b652e9402364efc9fb34e1d6
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index 3193f7187c2d..fb6d85e32365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-django-tables2
pkgname=(python-django-tables2 python2-django-tables2)
-pkgver=2.0.2
+pkgver=2.0.3
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=('9c4e8212ea07868dde679f258716f9614f3cb821f90bacb06ecb62ec9a56d68d')
+sha256sums=('37a7fea06314119035b1fe21fd4b61d0b3c3d871b652e9402364efc9fb34e1d6')
package_python-django-tables2() {
depends=('python-django>=1.11')