summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2020-08-04 14:31:01 +0200
committerMartin 'golodhrim' Scholz2020-08-04 14:31:01 +0200
commit0a6714239ce5c2ae00582b80de53e11b5a876585 (patch)
tree1f86e970c38b4400e34894826e7b4fdff5bb3211 /PKGBUILD
parenteb5e3424988e15f50a3c69a07a8b20996ba525b5 (diff)
downloadaur-0a6714239ce5c2ae00582b80de53e11b5a876585.tar.gz
adding for trytond
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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