summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprofessorkaos642016-11-04 08:41:18 -0400
committerprofessorkaos642016-11-04 08:41:18 -0400
commit5f8fe3c9594341da42088b3518ae5f8f5eabcd8b (patch)
tree8ec7a0d60b2e183928faa1c8cd7aaff5d1616d98
parent1bdd4cdfe79f2e323584c9afb5a87be0c258943f (diff)
downloadaur-ssgl-doom-launcher-git.tar.gz
fix real dep name, nodejs-grunt-cli
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c4a2dd5dfaa..fe14864ff74d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ssgl-doom-launcher-git
pkgdesc = Doom Frontend with Oblige mapbuild integration for zdoom, gzDoom, Zandronum, Doom64EX and DoomRPG written in AngularMaterial on NWJS for Windows, Linux and OSX.
pkgver = v1.1.1.r1.gfb54314
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/FreaKzero/ssgl-doom-launcher
arch = x86_64
arch = i686
license = MIT
makedepends = bower
makedepends = git
- makedepends = grunt-cli
+ makedepends = nodejs-grunt-cli
source = ssgl-doom-launcher-git::git+https://github.com/FreaKzero/ssgl-doom-launcher.git
source = ssgl-launch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3254d6097308..86abeee4dcc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ssgl-doom-launcher-git
pkgver=v1.1.1.r1.gfb54314
-pkgrel=3
+pkgrel=4
pkgdesc="Doom Frontend with Oblige mapbuild integration for zdoom, gzDoom, Zandronum, Doom64EX and DoomRPG written in AngularMaterial on NWJS for Windows, Linux and OSX."
arch=('x86_64' 'i686')
url="https://github.com/FreaKzero/ssgl-doom-launcher"
license=('MIT')
-makedepends=('bower' 'git' 'grunt-cli')
+makedepends=('bower' 'git' 'nodejs-grunt-cli')
source=(
'ssgl-doom-launcher-git::git+https://github.com/FreaKzero/ssgl-doom-launcher.git'
'ssgl-launch'