summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2016-05-12 22:07:05 -0400
committerJeremy Audet2016-05-12 22:07:05 -0400
commit3769cb695744d3bffcc4463f44f0e5c1e1db2a3c (patch)
tree3a4b33fc2b81691fce7335c34ac8fa63faebe7ac /PKGBUILD
parentbbb2c3a6b25ac4464bff6fed63fc0f2a1996fca1 (diff)
downloadaur-3769cb695744d3bffcc4463f44f0e5c1e1db2a3c.tar.gz
Update to version 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4cec4ade07b..54201fa1ad2b 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.0
+pkgver=1.2.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=('4a8081fcf9b1ed134e03902d063f79b8c63d0e1ed33664a41a8d4d1c0ff30418')
+sha256sums=('8f0828353668dfd8feb295817eff009bd96856ff6acf1dd2b312b7f4e4da4d4d')
package_python-django-tables2() {
depends=(python-django)