Package Details: nodejs-ungit 1.5.26-1

Git Clone URL: https://aur.archlinux.org/nodejs-ungit.git (read-only, click to copy)
Package Base: nodejs-ungit
Description: Git made easy
Upstream URL: https://www.npmjs.com/package/ungit
Keywords: git interface nodejs
Licenses: MIT
Conflicts: ungit
Provides: nodejs-ungit, ungit
Submitter: atweiden
Maintainer: marcs
Last Packager: marcs
Votes: 26
Popularity: 0.001829
First Submitted: 2013-08-21 04:45 (UTC)
Last Updated: 2024-04-07 21:05 (UTC)

Required by (0)

Sources (1)

Latest Comments

gbernard commented on 2019-11-18 13:13 (UTC)

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 (UTC) (edited on 2019-07-29 10:01 (UTC) by soloturn)

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 (UTC)

1.4.46 is out

killruana commented on 2013-10-14 22:03 (UTC)

0.3.2 is out