summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarco Pompili2017-04-09 11:44:37 +0200
committerMarco Pompili2017-04-09 11:44:37 +0200
commit0f25d3cf676f43790bf34bcc8967de371eb67856 (patch)
tree983d8ed7a8367552bae1ff1c090791ae4e336c3c /PKGBUILD
parent0264f25c13a5f3c321fd7054a7137bc3b372dcb7 (diff)
downloadaur-0f25d3cf676f43790bf34bcc8967de371eb67856.tar.gz
Set upstream url to npm page
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74bb0a096e44..1224c7694b1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Git made easy"
arch=('i686' 'x86_64')
depends=('nodejs')
makedepends=('npm')
-url="https://github.com/FredrikNoren/ungit"
+url="https://www.npmjs.com/package/ungit"
license=('MIT')
provides=('nodejs-ungit' 'ungit')
conflicts=('ungit')
@@ -24,4 +24,3 @@ package() {
msg2 'Renaming binary from 0ungit-credentials-helper to ungit-credentials-helper'
mv "$pkgdir/usr/bin/0ungit-credentials-helper" "$pkgdir/usr/bin/ungit-credentials-helper"
}
-