Date: Friday, October 25, 2019 @ 15:51:24 Author: foutrelis Revision: 519227
Fix "pkgbase should not be an array" error Modified: python-ntlm-auth/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-25 15:51:15 UTC (rev 519226) +++ PKGBUILD 2019-10-25 15:51:24 UTC (rev 519227) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Christoph W <c w e g e n e r at gmail dot com> -pkgbase=('python-ntlm-auth') +pkgbase=python-ntlm-auth pkgname=('python-ntlm-auth' 'python2-ntlm-auth') _module='ntlm-auth' pkgver=1.2.0
