summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2019-09-28 17:31:30 -0400
committerJeremy Audet2019-09-28 17:31:30 -0400
commitefc1dab37fd6fd652ca2b5303a445b7f7c0816b7 (patch)
tree080cf605d5f485e60355aa07b0dd21c7e80bc551
parent2b91717671839567951e2db69fe0862fc947fb84 (diff)
downloadaur-efc1dab37fd6fd652ca2b5303a445b7f7c0816b7.tar.gz
Update to version 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e49c2b5b5f2d..de9016838385 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.1.0
+ pkgver = 2.1.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/v2.1.0.tar.gz
- sha256sums = 77e53a50d535359d6a119c1fab7a44c2d1c21397d2c80a7d11215112a4866005
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.1.1.tar.gz
+ sha256sums = 93a37777efd5572f0a0dae9f981957beccd7b0fbc199712f5946a2aafd282795
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index 49f00454edb5..524b7d6d20e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-django-tables2
pkgname=(python-django-tables2 python2-django-tables2)
-pkgver=2.1.0
+pkgver=2.1.1
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=('77e53a50d535359d6a119c1fab7a44c2d1c21397d2c80a7d11215112a4866005')
+sha256sums=('93a37777efd5572f0a0dae9f981957beccd7b0fbc199712f5946a2aafd282795')
package_python-django-tables2() {
depends=('python-django>=1.11')