summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-06-04 17:39:40 -0400
committerJeremy Audet2017-06-04 17:39:40 -0400
commitcf93a16ab6b194f55772b4edec144445c5376496 (patch)
tree9491c3bc70cf91f4b6150434a2e1898d783fa078
parent07f2ba3c297b5d7baf0cda9fd3b3f821a3914775 (diff)
downloadaur-cf93a16ab6b194f55772b4edec144445c5376496.tar.gz
Update to version 1.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 056283737270..2a61eab358e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 13 19:08:14 UTC 2017
+# Sun Jun 4 21:38:16 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.6.1
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-django-tables2
makedepends = python2-django>=1.8
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.6.1.tar.gz
- sha256sums = af01c42aea854090aece1ab161d285814c4946e6f89d0ecd1d99d3b7c92602f7
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.7.1.tar.gz
+ sha256sums = 688db16112bebd8999e613163374fca91c17ac6b1b3547513d5cab971a74e1b0
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 8a8b23b0d642..3d57aa45b486 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.6.1
+pkgver=1.7.1
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -19,7 +19,7 @@ makedepends=(
)
options=(!emptydirs)
source=("https://github.com/bradleyayers/${_pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('af01c42aea854090aece1ab161d285814c4946e6f89d0ecd1d99d3b7c92602f7')
+sha256sums=('688db16112bebd8999e613163374fca91c17ac6b1b3547513d5cab971a74e1b0')
package_python-django-tables2() {
depends=('python-django>=1.8')