[arch-commits] Commit in nuitka/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Dec 8 11:09:55 UTC 2020


    Date: Tuesday, December 8, 2020 @ 11:09:55
  Author: dvzrv
Revision: 771770

upgpkg: nuitka 0.6.10-1: Upgrade to 0.6.10.

Remove fix for wrong file permissions (upstream fixed its CI).

Modified:
  nuitka/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-08 10:51:29 UTC (rev 771769)
+++ PKGBUILD	2020-12-08 11:09:55 UTC (rev 771770)
@@ -4,8 +4,8 @@
 
 _name=Nuitka
 pkgname=nuitka
-pkgver=0.6.9.6
-pkgrel=4
+pkgver=0.6.10
+pkgrel=1
 pkgdesc='Python compiler with full language support and CPython compatibility'
 arch=('any')
 url='https://nuitka.net/'
@@ -17,15 +17,11 @@
             'chrpath: for building standalone executables')
 options=(!emptydirs)
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('2b1c02ab2f8d798621a3aa03c367c67d352c77e3d33e03feb6945121ea4efc2089724bcf4ef0747fd5dbc3c5b597048287a949baf4ac20979651b4778e697a22')
-b2sums=('ef42a68907fe18485b6d2fe597337544147cccc2dc069fbd17adc7268fc0cf18d7bb7deba7437d1ae6a8ecb1ce2702eed70518b4e3d372a4600ecb4a328a2c99')
+sha512sums=('2c575a9a1d298f4c22831010833476e77262b5ceafe0891b9f6c44cf1526c82f7739d22fdd863a7295a74b9d3275c651a238f4ecc76107a9806b43efc1c26e86')
+b2sums=('3262b37849591666d26e9683cdf453f36069e4fcbc379bdfc84f4069a9d8c015e6894e4f358d991277bcc15d5be9c8994031a50e7aa705436264f9dd88602490')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # upstream CI seems to chmod all files to 700 or 600
-  # https://github.com/Nuitka/Nuitka/issues/879
-  find "${pkgname}/" *.egg-info/ -type f -exec chmod 644 {} +
 }
 
 build() {



More information about the arch-commits mailing list