summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-05-13 15:08:57 -0400
committerJeremy Audet2017-05-13 15:09:04 -0400
commit07f2ba3c297b5d7baf0cda9fd3b3f821a3914775 (patch)
tree9e9e42e74618445ba428eb1878141e9fc0315770
parent13e591393e490bca07aa48eceee7e44e4bb66c25 (diff)
downloadaur-07f2ba3c297b5d7baf0cda9fd3b3f821a3914775.tar.gz
Update to version 1.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9280900581ec..056283737270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 7 15:32:29 UTC 2017
+# Sat May 13 19:08:14 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.6.0
+ pkgver = 1.6.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.0.tar.gz
- sha256sums = b95548b2c9a3d560066de780b6432e06830b6ab6a99f56ce766bf36b3285db48
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.6.1.tar.gz
+ sha256sums = af01c42aea854090aece1ab161d285814c4946e6f89d0ecd1d99d3b7c92602f7
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 50afff4b10d5..8a8b23b0d642 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.0
+pkgver=1.6.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=('b95548b2c9a3d560066de780b6432e06830b6ab6a99f56ce766bf36b3285db48')
+sha256sums=('af01c42aea854090aece1ab161d285814c4946e6f89d0ecd1d99d3b7c92602f7')
package_python-django-tables2() {
depends=('python-django>=1.8')