summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2016-02-28 09:12:53 +0100
committerJaroslav Lichtblau2016-02-28 09:12:53 +0100
commitdf927024eaaa5090d52eaf40fcce83ede905ee4c (patch)
tree6c9fca609bb19ab05f38297f7a2fb00e0da63176
parentf453c66b0af2e281932652089630251fe23c9b20 (diff)
downloadaur-df927024eaaa5090d52eaf40fcce83ede905ee4c.tar.gz
django-taggit-0.18.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d79e1d53b676..db7f0c59aedb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun Feb 28 08:12:39 UTC 2016
pkgbase = python-django-taggit
pkgdesc = Simple tagging application for Django
- pkgver = 0.16.3
+ pkgver = 0.18.0
pkgrel = 1
url = http://github.com/alex/django-taggit/
arch = any
license = BSD
makedepends = python2-django
makedepends = python-django
- source = http://pypi.python.org/packages/source/d/django-taggit/django-taggit-0.16.3.tar.gz
- md5sums = d33d451d4117ca63311b10ec0b601e9e
+ source = http://pypi.python.org/packages/source/d/django-taggit/django-taggit-0.18.0.tar.gz
+ md5sums = 93c2cef739334a4ae47414926b0d0965
pkgname = python-django-taggit
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 2173872697d1..7f5b0e279ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-django-taggit
pkgname=(python-django-taggit python2-django-taggit)
_pkgname=django-taggit
-pkgver=0.16.3
+pkgver=0.18.0
pkgrel=1
pkgdesc="Simple tagging application for Django"
arch=('any')
@@ -11,7 +11,7 @@ url="http://github.com/alex/django-taggit/"
license=('BSD')
makedepends=('python2-django' 'python-django')
source=(http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz)
-md5sums=('d33d451d4117ca63311b10ec0b601e9e')
+md5sums=('93c2cef739334a4ae47414926b0d0965')
check() {
cd "${srcdir}"/$_pkgname-$pkgver