summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0be52794f58..3d23b96c2a45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = python-trytond_ldap_authentication
+pkgbase = trytond_ldap_authentication
pkgdesc = Tryton module to authenticate users through LDAP
pkgver = 5.6.0
pkgrel = 1
@@ -8,7 +8,7 @@ pkgbase = python-trytond_ldap_authentication
makedepends = python-distribute
depends = python>=3.5
source = https://files.pythonhosted.org/packages/source/t/trytond_ldap_authentication/trytond_ldap_authentication-5.6.0.tar.gz
- sha256sums = e426e04fe1b1885a73a910256102622e57b2d4fd476d956b571d00fa59971c61 5910681a2aac5ab0fd2897944f2886fd5ae0492e44de31d7b0500a7bde8b655a
+ sha256sums = 5910681a2aac5ab0fd2897944f2886fd5ae0492e44de31d7b0500a7bde8b655a
pkgname = python-trytond_ldap_authentication
diff --git a/PKGBUILD b/PKGBUILD
index 91d4abbed65e..951e8fd164d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ _name=trytond_ldap_authentication
pkgver=5.6.0
_pkgdir=5.6
pkgrel=1
+pkgbase=$_name
pkgdesc="Tryton module to authenticate users through LDAP"
arch=('any')
url="http://www.tryton.org/"
@@ -11,8 +12,7 @@ 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
-5910681a2aac5ab0fd2897944f2886fd5ae0492e44de31d7b0500a7bde8b655a')
+sha256sums=('5910681a2aac5ab0fd2897944f2886fd5ae0492e44de31d7b0500a7bde8b655a')
build() {
cd $srcdir/$_name-$pkgver