Date: Thursday, December 2, 2021 @ 23:35:47 Author: foutrelis Revision: 1063163
Use unique source filename Modified: python-idna_ssl/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-02 23:35:43 UTC (rev 1063162) +++ PKGBUILD 2021-12-02 23:35:47 UTC (rev 1063163) @@ -9,7 +9,7 @@ url="https://github.com/aio-libs/idna_ssl" depends=('python' 'python-idna') makedepends=('python-setuptools' 'python2-setuptools') -source=("https://github.com/aio-libs/idna-ssl/archive/v${pkgver}.tar.gz") +source=("https://github.com/aio-libs/idna-ssl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") sha512sums=('01e58e9f32f7e02ef203edbd76e199916ea0b16d01a929ca2fb272d83988483c17e9c36e131f47bfba7f7b657bef9e2be222f81800716a5b87d5847c27cce34d') build() {
