summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2018-02-01 18:05:51 -0500
committerJeremy Audet2018-02-01 18:05:51 -0500
commit02ec4c4a145e1246e80d26ca5c56c70dd980b939 (patch)
tree5a630072b5a2a405afc6fa92f401d4cfab2b853e
parent3b467b8669058977577a15d2b2b742ac18941147 (diff)
downloadaur-02ec4c4a145e1246e80d26ca5c56c70dd980b939.tar.gz
Update to version 1.18.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c8f30a2818e..f673129ca665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Dec 18 18:10:53 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.17.1
+ pkgver = 1.18.0
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -10,8 +8,8 @@ pkgbase = python-django-tables2
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.17.1.tar.gz
- sha256sums = 8c6eaf683b8e9e89a5f94374aa983642841cbe5258dbd4071e5855592ab3c524
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.18.0.tar.gz
+ sha256sums = 6ae649587c8719de8c62dc1f49d5dd89d79e4daccc1b46cbbe557d2dc4669884
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index 6292e3a9db4b..2a682a7d765f 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.17.1
+pkgver=1.18.0
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -14,7 +14,7 @@ license=(MIT)
options=(!emptydirs)
makedepends=(python-setuptools python2-setuptools)
source=("https://github.com/bradleyayers/${_pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('8c6eaf683b8e9e89a5f94374aa983642841cbe5258dbd4071e5855592ab3c524')
+sha256sums=('6ae649587c8719de8c62dc1f49d5dd89d79e4daccc1b46cbbe557d2dc4669884')
package_python-django-tables2() {
depends=('python-django>=1.11')