updpkg: 3.6.1

This commit is contained in:
Joffrey 2022-08-13 17:23:31 +02:00
parent 5f2d58228d
commit 2e9afcfe59
2 changed files with 7 additions and 8 deletions

View file

@ -1,14 +1,13 @@
pkgbase = python-django-post-office
pkgdesc = A simple app to send and manage your emails in Django
pkgver = 3.5.3
pkgrel = 2
pkgver = 3.6.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.5.3.tar.gz::https://github.com/ui/django-post_office/archive/v3.5.3.tar.gz
sha256sums = d74a8b0e80f245a720a7c0344daba56ec6be03a1aaf8c45f3624405c3a4b7f4d
source = python-django-post-office-3.6.1.tar.gz::https://github.com/ui/django-post_office/archive/v3.6.1.tar.gz
sha256sums = db3648b2e48d98a6bb8c0c19376c4acd76002702b1524a99f29d1fddfd2c6201
pkgname = python-django-post-office

View file

@ -1,8 +1,8 @@
# Maintainer: Joffrey <j-off@live.fr>
pkgname=python-django-post-office
pkgver=3.5.3
pkgrel=2
pkgver=3.6.1
pkgrel=1
pkgdesc='A simple app to send and manage your emails in Django'
arch=('any')
url='https://github.com/ui/django-post_office'
@ -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=('d74a8b0e80f245a720a7c0344daba56ec6be03a1aaf8c45f3624405c3a4b7f4d')
sha256sums=('db3648b2e48d98a6bb8c0c19376c4acd76002702b1524a99f29d1fddfd2c6201')
package() {
cd "$srcdir/django-post_office-$pkgver"