summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2017-05-13 15:08:57 -0400
committerJeremy Audet2017-05-13 15:09:04 -0400
commit07f2ba3c297b5d7baf0cda9fd3b3f821a3914775 (patch)
tree9e9e42e74618445ba428eb1878141e9fc0315770 /PKGBUILD
parent13e591393e490bca07aa48eceee7e44e4bb66c25 (diff)
downloadaur-07f2ba3c297b5d7baf0cda9fd3b3f821a3914775.tar.gz
Update to version 1.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')