summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2016-07-15 09:30:14 -0400
committerJeremy Audet2016-07-15 09:30:14 -0400
commit0860ddc090f585348875aa3f7cfefbd3dece5d87 (patch)
tree28fb93cf9cd935f2adb208ef3f7aeb66254b8d1f
parent93a7774bf3446cdfc458ac452b37e39b15fdf6fa (diff)
downloadaur-0860ddc090f585348875aa3f7cfefbd3dece5d87.tar.gz
Update to version 1.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 911424929b95..37ac98b06cb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 5 19:45:24 UTC 2016
+# Fri Jul 15 13:29:31 UTC 2016
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-django-tables2
makedepends = python2-django>=1.8
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.2.2.tar.gz
- sha256sums = 5dd0e685a5f9c4980d5d5d6060b0493dcea51031c1dea5526fa5a389e06f7968
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.2.3.tar.gz
+ sha256sums = fa8f600a398d2c29481f0a0e6ee62735e8062c1ddfca6d3616a0b7cf8a45ab01
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 513839e65165..a9653e96b46b 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.2
+pkgver=1.2.3
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=('5dd0e685a5f9c4980d5d5d6060b0493dcea51031c1dea5526fa5a389e06f7968')
+sha256sums=('fa8f600a398d2c29481f0a0e6ee62735e8062c1ddfca6d3616a0b7cf8a45ab01')
package_python-django-tables2() {
depends=('python-django>=1.8')