summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDobroslaw Kijowski2016-02-22 22:10:26 +0100
committerDobroslaw Kijowski2016-02-22 22:10:26 +0100
commit1d1b3a12d3b792e553da5a69143b336bd5059ec7 (patch)
tree3e13ccba7d3a4ec5640fa460ac5b25ed058da18e
parent544ba83ea507bbaf94d1d437c6ead5feddbdd198 (diff)
downloadaur-1d1b3a12d3b792e553da5a69143b336bd5059ec7.tar.gz
* Upgrade to 2.4.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a8526f55752..15b01065ed09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Mon Feb 22 21:09:59 UTC 2016
pkgbase = python-django-haystack
pkgdesc = Modular search for Django.
- pkgver = 2.1.0
+ pkgver = 2.4.0
pkgrel = 1
url = http://haystacksearch.org/
arch = any
license = BSD
makedepends = python-setuptools
depends = python-django
- source = https://github.com/toastdriven/django-haystack/archive/v2.1.0.tar.gz
- md5sums = 122b82d1fcb9eea90c2c77fb0929e042
+ source = https://github.com/toastdriven/django-haystack/archive/v2.4.0.tar.gz
+ md5sums = 43450b7230caa600255f3a4592fda883
pkgname = python-django-haystack
diff --git a/PKGBUILD b/PKGBUILD
index a4c3be8ac7ab..8bc6e2f61df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-haystack
_pkgname=django-haystack
-pkgver=2.1.0
+pkgver=2.4.0
pkgrel=1
pkgdesc='Modular search for Django.'
arch=(any)
@@ -11,7 +11,7 @@ license=(BSD)
depends=(python-django)
makedepends=(python-setuptools)
source=(https://github.com/toastdriven/${_pkgname}/archive/v${pkgver}.tar.gz)
-md5sums=(122b82d1fcb9eea90c2c77fb0929e042)
+md5sums=(43450b7230caa600255f3a4592fda883)
build() {
cd ${_pkgname}-${pkgver}