AUR (en) - nodejs-ungit

Latest Comments

gbernard commented on 2019-11-18 13:13

Update proposal to 1.5.0

--- PKGBUILD.old    2019-11-18 14:07:15.607083765 +0100
+++ PKGBUILD    2019-11-18 14:10:12.752202662 +0100
@@ -2,9 +2,9 @@
 # Contributor: Andy Weidenbaum <archbaum@gmail.com>

 _npmname=ungit
-_npmver=1.4.47
+_npmver=1.5.0
 pkgname=nodejs-ungit
-pkgver=1.4.47
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Git made easy"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 conflicts=('ungit')
 options=('!emptydirs' '!strip')
 source=("${pkgname}-${pkgver}.tgz::https://registry.npmjs.org/ungit/-/ungit-${pkgver}.tgz")
-sha512sums=('693907da383abc27286dd49e125276c6a448eb31cbf18f933cb12013ef3a0667522cfc9182f61ba93cef89e4d717ee14f72ebddcdb5fc802dcbcac6a1e172624')
+sha512sums=('ff3d53ecf45cd9cdc09572b52100b3a59d5fb74ecc2f18bf5a666504176a662555f697f7b4e6bbb9620bb3d6c76875009563318b1d45d1901308da9bdfc7b574')

 package() {
   cd ${srcdir}

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

soloturn commented on 2019-07-29 09:28

killruana commented on 2013-10-14 22:03