summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-05-07 11:33:18 -0400
committerJeremy Audet2017-05-07 11:33:18 -0400
commit13e591393e490bca07aa48eceee7e44e4bb66c25 (patch)
treefd25eeea236017337417c5716ab1a5a76435b2ac
parent04a4f281ebc8c21ab376394d5dc2d00e1e463e44 (diff)
downloadaur-13e591393e490bca07aa48eceee7e44e4bb66c25.tar.gz
Update to version 1.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84ac80f96062..9280900581ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 24 17:07:46 UTC 2017
+# Sun May 7 15:32:29 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.5.0
+ pkgver = 1.6.0
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.5.0.tar.gz
- sha256sums = d4a9423bfba2e10d9ed7f7a508ba0e80e2397790cc5243c8c7a85c762bfb27d1
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.6.0.tar.gz
+ sha256sums = b95548b2c9a3d560066de780b6432e06830b6ab6a99f56ce766bf36b3285db48
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 90a60b2cb690..50afff4b10d5 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.5.0
+pkgver=1.6.0
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=('d4a9423bfba2e10d9ed7f7a508ba0e80e2397790cc5243c8c7a85c762bfb27d1')
+sha256sums=('b95548b2c9a3d560066de780b6432e06830b6ab6a99f56ce766bf36b3285db48')
package_python-django-tables2() {
depends=('python-django>=1.8')