updpkg: 3.2.1
This commit is contained in:
parent
b71d7ae4d1
commit
76d8075e3a
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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
|
||||
|
|
4
PKGBUILD
4
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')
|
||||
|
|
Loading…
Reference in a new issue