diff options
author | Joffrey | 2019-05-26 19:28:02 +0000 |
---|---|---|
committer | Joffrey | 2019-05-26 19:28:02 +0000 |
commit | 76d8075e3ab3121eb390592386664affeba4dacc (patch) | |
tree | be98b8114592a2c541f54ea2c89d640a11b544cf | |
parent | b71d7ae4d1a5935e8f5f107585c82ae673ee5a34 (diff) | |
download | aur-76d8075e3ab3121eb390592386664affeba4dacc.tar.gz |
updpkg: 3.2.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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') |