summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af71e5f2e50d..a0be52794f58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-trytond_ldap_authentication
pkgdesc = Tryton module to authenticate users through LDAP
- pkgver = 5.2.0
+ pkgver = 5.6.0
pkgrel = 1
url = http://www.tryton.org/
arch = any
license = GPL3
makedepends = python-distribute
depends = python>=3.5
- source = https://files.pythonhosted.org/packages/source/t/trytond_ldap_authentication/trytond_ldap_authentication-5.2.0.tar.gz
- sha256sums = e426e04fe1b1885a73a910256102622e57b2d4fd476d956b571d00fa59971c61
+ source = https://files.pythonhosted.org/packages/source/t/trytond_ldap_authentication/trytond_ldap_authentication-5.6.0.tar.gz
+ sha256sums = e426e04fe1b1885a73a910256102622e57b2d4fd476d956b571d00fa59971c61 5910681a2aac5ab0fd2897944f2886fd5ae0492e44de31d7b0500a7bde8b655a
pkgname = python-trytond_ldap_authentication
diff --git a/PKGBUILD b/PKGBUILD
index b933b0986d3e..91d4abbed65e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Scholz <scholz.m82@gmail.com>
pkgname=python-trytond_ldap_authentication
_name=trytond_ldap_authentication
-pkgver=5.2.0
-_pkgdir=5.2
+pkgver=5.6.0
+_pkgdir=5.6
pkgrel=1
pkgdesc="Tryton module to authenticate users through LDAP"
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=('e426e04fe1b1885a73a910256102622e57b2d4fd476d956b571d00fa59971c61')
+sha256sums=('e426e04fe1b1885a73a910256102622e57b2d4fd476d956b571d00fa59971c61
+5910681a2aac5ab0fd2897944f2886fd5ae0492e44de31d7b0500a7bde8b655a')
build() {
cd $srcdir/$_name-$pkgver