summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2016-12-15 14:34:41 -0500
committerJeremy Audet2016-12-15 14:34:41 -0500
commit70443a1974d201eed44d18bc388e2a3072670bf8 (patch)
tree7deb2cdefb017a6f408af8406be005fabd07af7f /PKGBUILD
parentdbaeeae32ca0a78060785c6fd7613a2a43d710ca (diff)
downloadaur-70443a1974d201eed44d18bc388e2a3072670bf8.tar.gz
Update to version 1.2.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fe5f4c664f9..f54d9ea4c64b 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.2.6
+pkgver=1.2.7
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=('45d9e59f11a35692e52e9a4d92e184dd8ed37baa3d4d8b7ffa6dd12138333976')
+sha256sums=('f39632e78ae68131c50e6859e2a893da5c1b285a271e134528b7afffa5e406a0')
package_python-django-tables2() {
depends=('python-django>=1.8')