summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2016-01-04 13:50:43 -0500
committerJeremy Audet2016-01-04 13:50:43 -0500
commita60f1ac0c8c70dd94abe6a5428a3878a91692066 (patch)
tree1c742ac407e114dcaca643e251e223dd75a3b541
parent12bd49656d8727d2cb3949db335f9df7ae336432 (diff)
downloadaur-a60f1ac0c8c70dd94abe6a5428a3878a91692066.tar.gz
Update to version 1.0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f785b6a22c9..e37e9b1584bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Jan 4 18:49:35 UTC 2016
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.0.4
+ pkgver = 1.0.7
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -12,8 +14,8 @@ pkgbase = python-django-tables2
makedepends = python2-setuptools
makedepends = python2-six
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.0.4.tar.gz
- sha256sums = f8312d38c245ddc777605c3e2508d3517435179ae9952e5cb7d870966e09317f
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.0.7.tar.gz
+ sha256sums = e76a7d96189dab2f388e7215859e282ea634128d1737bc8081fd85b92761a299
pkgname = python-django-tables2
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 3a36c6b9706d..119db122ef6a 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.0.4
+pkgver=1.0.7
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=('f8312d38c245ddc777605c3e2508d3517435179ae9952e5cb7d870966e09317f')
+sha256sums=('e76a7d96189dab2f388e7215859e282ea634128d1737bc8081fd85b92761a299')
package_python-django-tables2() {
depends=(python-django python-six)