summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2016-04-18 08:58:36 -0400
committerJeremy Audet2016-04-18 08:58:36 -0400
commitd03918504ec5d20d87c08dcef7717af223d5297e (patch)
treeefe4779dacdd548286012034f2b675e0d796e5e5
parentac9712b89a07ffd5e2c51264ea1214c73945657e (diff)
downloadaur-d03918504ec5d20d87c08dcef7717af223d5297e.tar.gz
Update to version 1.1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd3df7361edd..395ef76a173f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 23 20:08:31 UTC 2016
+# Mon Apr 18 12:57:20 UTC 2016
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.1.4
+ pkgver = 1.1.6
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-django-tables2
makedepends = python2-setuptools
makedepends = python2-six
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.1.4.tar.gz
- sha256sums = 7b8911844422c430b99f80ee871b414df5769ecd58c2b9cce7b7506b04f4568f
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.1.6.tar.gz
+ sha256sums = b54cb1eea10aef1c9f0601f80ca58fb0db919dd80ae281797fd9c7933eb34391
pkgname = python-django-tables2
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index a686cd18f9fd..9e45378d24f0 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.1.4
+pkgver=1.1.6
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -21,7 +21,7 @@ makedepends=(
)
options=(!emptydirs)
source=("https://github.com/bradleyayers/${_pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('7b8911844422c430b99f80ee871b414df5769ecd58c2b9cce7b7506b04f4568f')
+sha256sums=('b54cb1eea10aef1c9f0601f80ca58fb0db919dd80ae281797fd9c7933eb34391')
package_python-django-tables2() {
depends=(python-django python-six)