summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2019-05-26 19:28:02 +0000
committerJoffrey2019-05-26 19:28:02 +0000
commit76d8075e3ab3121eb390592386664affeba4dacc (patch)
treebe98b8114592a2c541f54ea2c89d640a11b544cf
parentb71d7ae4d1a5935e8f5f107585c82ae673ee5a34 (diff)
downloadaur-76d8075e3ab3121eb390592386664affeba4dacc.tar.gz
updpkg: 3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff115180df7d..6ed3958b0cdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-django-post-office
pkgdesc = A simple app to send and manage your emails in Django
- pkgver = 3.2.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/ui/django-post_office
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-django-post-office.tar.gz::https://github.com/ui/django-post_office/archive/v3.2.0.tar.gz
- sha256sums = ac8a9dfe2090de0bf6450d50060134cc8a671030aedbbdacf123e7ae39be5923
+ source = python-django-post-office.tar.gz::https://github.com/ui/django-post_office/archive/v3.2.1.tar.gz
+ sha256sums = f9c8767a577001f0a074612c5af562addf10d3631645a11399cb9a72c0cb5318
pkgname = python-django-post-office
depends = python-django-jsonfield
diff --git a/PKGBUILD b/PKGBUILD
index 937bc83acc7b..10cda2b3f117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-django-post-office' 'python2-django-post-office')
pkgbase='python-django-post-office'
-pkgver='3.2.0'
+pkgver='3.2.1'
pkgrel=1
pkgdesc='A simple app to send and manage your emails in Django'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/ui/django-post_office'
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$pkgbase.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ac8a9dfe2090de0bf6450d50060134cc8a671030aedbbdacf123e7ae39be5923')
+sha256sums=('f9c8767a577001f0a074612c5af562addf10d3631645a11399cb9a72c0cb5318')
package_python-django-post-office() {
depends=('python-django-jsonfield')