[arch-commits] Commit in python-idna/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 11 07:10:09 UTC 2018
Date: Monday, June 11, 2018 @ 07:10:09
Author: felixonmars
Revision: 326701
upgpkg: python-idna 2.7-2
fix egg-info permission error
Modified:
python-idna/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-11 06:53:55 UTC (rev 326700)
+++ PKGBUILD 2018-06-11 07:10:09 UTC (rev 326701)
@@ -4,7 +4,7 @@
pkgbase=python-idna
pkgname=('python-idna' 'python2-idna')
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc="Internationalized Domain Names in Applications (IDNA)"
arch=('any')
license=('BSD')
@@ -14,6 +14,7 @@
sha512sums=('34ba985862e386243f43616586e53830177cf4ba0925b6054198dfa63c085ec5c6c5b54c2b3c0989bc768aacceeef76b84471e58a16183b960dc4b8812cd1c61')
prepare() {
+ rm -r idna-$pkgver/*.egg-info
cp -a idna-$pkgver{,-py2}
}
More information about the arch-commits
mailing list