summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2016-01-04 13:50:43 -0500
committerJeremy Audet2016-01-04 13:50:43 -0500
commita60f1ac0c8c70dd94abe6a5428a3878a91692066 (patch)
tree1c742ac407e114dcaca643e251e223dd75a3b541 /PKGBUILD
parent12bd49656d8727d2cb3949db335f9df7ae336432 (diff)
downloadaur-a60f1ac0c8c70dd94abe6a5428a3878a91692066.tar.gz
Update to version 1.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)