summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Tas2019-02-13 12:58:39 +0100
committerSimon Tas2019-02-13 12:58:39 +0100
commit46f77f55cc360ec492d2a8f9367f076d211172db (patch)
tree342d6e71967b7eaee269bd265358a4b567ea57e9
parentef31c6fd8f083fd73faa127385ccd5ed6068ab43 (diff)
downloadaur-46f77f55cc360ec492d2a8f9367f076d211172db.tar.gz
updated to v2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60ae4f76be93..755b4813ebde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = django-templated-email
pkgdesc = A Django oriented templated / transaction email abstraction
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://pypi.python.org/pypi/django-templated-email
arch = any
license = MIT
depends = python-django
provides = templated_email
- source = https://files.pythonhosted.org/packages/78/7f/8b749c363f2ccd6b181dff384f6ae845a0656284ed419a097d98c2a42661/django-templated-email-2.2.0.tar.gz
- md5sums = a8ced4da201726929be9607a1fd9d00c
+ source = https://files.pythonhosted.org/packages/62/73/515aa27ad1cc49e77cba33f9d1aa9ca6f0414f2bf9a61ea9df92ecea0677/django-templated-email-2.3.0.tar.gz
+ md5sums = 869d60ebc2bb70db66287d32a37325c0
pkgname = django-templated-email
diff --git a/PKGBUILD b/PKGBUILD
index 05a10afa0ae2..62795d005ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Tas <simon.tas.st@gmail.com>
pkgname="django-templated-email"
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="A Django oriented templated / transaction email abstraction"
arch=('any')
@@ -9,8 +9,8 @@ url="https://pypi.python.org/pypi/$pkgname"
license=('MIT')
depends=('python-django')
provides=('templated_email')
-source=("https://files.pythonhosted.org/packages/78/7f/8b749c363f2ccd6b181dff384f6ae845a0656284ed419a097d98c2a42661/$pkgname-$pkgver.tar.gz")
-md5sums=('a8ced4da201726929be9607a1fd9d00c')
+source=("https://files.pythonhosted.org/packages/62/73/515aa27ad1cc49e77cba33f9d1aa9ca6f0414f2bf9a61ea9df92ecea0677/$pkgname-$pkgver.tar.gz")
+md5sums=('869d60ebc2bb70db66287d32a37325c0')
build() {
cd ${srcdir}/${pkgname}-${pkgver}