summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2020-08-04 00:47:28 +0200
committerMartin 'golodhrim' Scholz2020-08-04 00:47:28 +0200
commitb4caadb85f53c751997cb346bae862b6fca34110 (patch)
tree2c2881ef26df03652a4565e1cfb9e9a8d80745fc /PKGBUILD
parentab8d25b8cfaffe6f5e2c5243754641653caad1b4 (diff)
downloadaur-b4caadb85f53c751997cb346bae862b6fca34110.tar.gz
adding for trytond
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15f6854b464c..b6c0e01de117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Scholz <scholz.m82@gmail.com>
pkgname=python-trytond_notification_email
_name=trytond_notification_email
-pkgver=5.2.0
-_pkgdir=5.2
+pkgver=5.6.0
+_pkgdir=5.6
pkgrel=1
pkgdesc="Tryton module for sending email notifications"
arch=('any')
@@ -11,7 +11,8 @@ license=('GPL3')
depends=('python>=3.5')
makedepends=('python-distribute')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('d0e762a493fbea766c0def5414750654ac931a802cccb20ee865f575b0ca8eb6')
+sha256sums=('d0e762a493fbea766c0def5414750654ac931a802cccb20ee865f575b0ca8eb6
+9874f354bfe6b0b0b3bf5caff92b56db72b55a388a074338b5554b250b500c4f')
build() {
cd $srcdir/$_name-$pkgver