diff --git a/.SRCINFO b/.SRCINFO index 80ab87af14b..0693f240c05 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.0.4 + pkgver = 3.1.0 pkgrel = 1 url = https://github.com/ui/django-post_office arch = any license = MIT makedepends = python-setuptools makedepends = python2-setuptools - source = https://github.com/ui/django-post_office/archive/v3.0.4.tar.gz - sha256sums = 4faf61df6a087f95e34fe31efe9571729286e83edf556f300c9198852fd92593 + source = https://github.com/ui/django-post_office/archive/v3.1.0.tar.gz + sha256sums = b9650576e4dbf7af164a75031967af15e8e14a189052d8b44c1b3c03d9e9814b pkgname = python-django-post-office depends = python-django-jsonfield diff --git a/PKGBUILD b/PKGBUILD index 9b4b94299f7..5f19058fff6 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.0.4' +pkgver='3.1.0' 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=("https://github.com/ui/django-post_office/archive/v$pkgver.tar.gz") -sha256sums=('4faf61df6a087f95e34fe31efe9571729286e83edf556f300c9198852fd92593') +sha256sums=('b9650576e4dbf7af164a75031967af15e8e14a189052d8b44c1b3c03d9e9814b') package_python-django-post-office() { depends=('python-django-jsonfield')