summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-07-02 12:32:36 -0400
committerJeremy Audet2017-07-02 12:32:36 -0400
commit83d77669971f439ae26f0c6d1ed073bede3cb727 (patch)
tree606855dd6160fdd674de8f0d92990a340a3f594d
parent200d012f8ef3d9dde22c16320100f4c2220b5e41 (diff)
downloadaur-83d77669971f439ae26f0c6d1ed073bede3cb727.tar.gz
Update to version 1.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 987ecd63203b..7f86516bec3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 25 18:03:23 UTC 2017
+# Sun Jul 2 16:19:42 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.9.0
+ pkgver = 1.10.0
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.9.0.tar.gz
- sha256sums = 8d7a29f126bd5e5c0dca7ee492c6feca6bd9158c9d9521cfe3c6bdef3fed9390
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.10.0.tar.gz
+ sha256sums = fd8b8b838058c1225664c2834a4dbb7ffcd4b8b71fde0863ad0482cd27dae245
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index b0c6c903f119..17774922dbd8 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.9.0
+pkgver=1.10.0
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=('8d7a29f126bd5e5c0dca7ee492c6feca6bd9158c9d9521cfe3c6bdef3fed9390')
+sha256sums=('fd8b8b838058c1225664c2834a4dbb7ffcd4b8b71fde0863ad0482cd27dae245')
package_python-django-tables2() {
depends=('python-django>=1.8')