summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-06-25 14:04:38 -0400
committerJeremy Audet2017-06-25 14:04:38 -0400
commit200d012f8ef3d9dde22c16320100f4c2220b5e41 (patch)
tree2437270dd182492fed418240f566658caccce6fc
parent4657cf01a9a08be93945406678aab7ff9efab0d4 (diff)
downloadaur-200d012f8ef3d9dde22c16320100f4c2220b5e41.tar.gz
Update to version 1.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e556f4bb8f63..987ecd63203b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 19 16:06:54 UTC 2017
+# Sun Jun 25 18:03:23 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.8.0
+ pkgver = 1.9.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.8.0.tar.gz
- sha256sums = 1d38bf1e609b0016bddb6fc197ebe651413b50f97cd65aea280424a5dfe91a42
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.9.0.tar.gz
+ sha256sums = 8d7a29f126bd5e5c0dca7ee492c6feca6bd9158c9d9521cfe3c6bdef3fed9390
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 330625285248..b0c6c903f119 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.8.0
+pkgver=1.9.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=('1d38bf1e609b0016bddb6fc197ebe651413b50f97cd65aea280424a5dfe91a42')
+sha256sums=('8d7a29f126bd5e5c0dca7ee492c6feca6bd9158c9d9521cfe3c6bdef3fed9390')
package_python-django-tables2() {
depends=('python-django>=1.8')