summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2019-02-24 12:13:46 -0500
committerJeremy Audet2019-02-24 12:13:46 -0500
commit0f6806443ea3dbf99c9f735ba132f11edeff7094 (patch)
tree8f198c88fa076b21afba11a528c46ca1a9c14294
parentb613193752df14f3957648f030bea6b399c4cb6e (diff)
downloadaur-0f6806443ea3dbf99c9f735ba132f11edeff7094.tar.gz
Update to version 2.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f81919fbd7ee..88630cda4216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 2.0.4
+ pkgver = 2.0.5
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-tables2
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v2.0.4.tar.gz
- sha256sums = c815737bed57af8ca0815167da421161fbac95d85874973747e12b1155f9c8eb
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.0.5.tar.gz
+ sha256sums = efd12e262815398f6c4776b1d8d490a6b223fbb09c18febab11d1b70ae13be33
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index 5c27eac73724..d195fc9aefe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-django-tables2
pkgname=(python-django-tables2 python2-django-tables2)
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -11,7 +11,7 @@ license=(MIT)
options=(!emptydirs)
makedepends=(python-setuptools python2-setuptools)
source=("https://github.com/bradleyayers/django-tables2/archive/v${pkgver}.tar.gz")
-sha256sums=('c815737bed57af8ca0815167da421161fbac95d85874973747e12b1155f9c8eb')
+sha256sums=('efd12e262815398f6c4776b1d8d490a6b223fbb09c18febab11d1b70ae13be33')
package_python-django-tables2() {
depends=('python-django>=1.11')