AUR (en) - nodejs-ungit
Latest Comments
gbernard commented on 2019-11-18 13:13
soloturn commented on 2019-07-29 09:59
all files are executable with:
chmod -R 755 ${pkgdir}/usr/lib/node_modules/
better use:
find ${pkgdir}/usr/lib/node_modules/ungit/ -perm /u+r -print0 | xargs -0 chmod a+r
find ${pkgdir}/usr/lib/node_modules/ungit/ -perm /u+r -print0 | xargs -0 chmod a+r
Update proposal to 1.5.0