summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2016-05-12 22:07:05 -0400
committerJeremy Audet2016-05-12 22:07:05 -0400
commit3769cb695744d3bffcc4463f44f0e5c1e1db2a3c (patch)
tree3a4b33fc2b81691fce7335c34ac8fa63faebe7ac
parentbbb2c3a6b25ac4464bff6fed63fc0f2a1996fca1 (diff)
downloadaur-3769cb695744d3bffcc4463f44f0e5c1e1db2a3c.tar.gz
Update to version 1.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 043a5ca9486e..460c25917992 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 3 13:50:32 UTC 2016
+# Fri May 13 02:06:18 UTC 2016
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-django-tables2
makedepends = python2-django
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.2.0.tar.gz
- sha256sums = 4a8081fcf9b1ed134e03902d063f79b8c63d0e1ed33664a41a8d4d1c0ff30418
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.2.1.tar.gz
+ sha256sums = 8f0828353668dfd8feb295817eff009bd96856ff6acf1dd2b312b7f4e4da4d4d
pkgname = python-django-tables2
depends = python-django
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)