diff options
author | Joffrey | 2020-05-26 19:13:21 +0200 |
---|---|---|
committer | Joffrey | 2020-05-26 19:13:21 +0200 |
commit | 7310a5784e46ed4932e1cbdf0726962fe2533696 (patch) | |
tree | 929305e22047500171583a5842581c026e196674 | |
parent | c99226e08824754fb88e1a3a5c659252cf4bc439 (diff) | |
download | aur-7310a5784e46ed4932e1cbdf0726962fe2533696.tar.gz |
updpkg: 3.4.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.4.0 + pkgver = 3.4.1 pkgrel = 1 url = https://github.com/ui/django-post_office arch = any license = MIT makedepends = python-setuptools depends = python-django-jsonfield - source = python-django-post-office-3.4.0.tar.gz::https://github.com/ui/django-post_office/archive/v3.4.0.tar.gz - sha256sums = d565bdb35de82a741ca1f360a932fc86f2e0b52d6ce479547bc4ba8ca112c087 + source = python-django-post-office-3.4.1.tar.gz::https://github.com/ui/django-post_office/archive/v3.4.1.tar.gz + sha256sums = c8939802134a88d2ba80da28ecfc7e6ddae4260c85709cf86a125eb8362e07f6 pkgname = python-django-post-office @@ -1,7 +1,7 @@ # Maintainer: Joffrey <j-off@live.fr> pkgname='python-django-post-office' -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc='A simple app to send and manage your emails in Django' arch=('any') @@ -10,7 +10,7 @@ license=('MIT') depends=('python-django-jsonfield') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('d565bdb35de82a741ca1f360a932fc86f2e0b52d6ce479547bc4ba8ca112c087') +sha256sums=('c8939802134a88d2ba80da28ecfc7e6ddae4260c85709cf86a125eb8362e07f6') package() { cd "$srcdir/django-post_office-$pkgver" |