summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTilmann Meyer2019-09-12 17:54:23 +0200
committerTilmann Meyer2019-09-12 17:54:23 +0200
commit25d4d3083f234e75b36c98de09ca6afcc08bc9fe (patch)
tree34e4df633baddbe28a51475f9ea1fb84e7d0b744 /PKGBUILD
parent7f2e58a24561d43c4600e7728a047c958803c92f (diff)
downloadaur-angular-console-bin.tar.gz
fixed bash start script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fea25842bea8..1c4e682b4765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=angular-console-bin
_pkgname=angularconsole
depends=(fontconfig libxtst gtk3 cairo alsa-lib nss gcc-libs python libxss gconf)
pkgver=8.0.0
-pkgrel=0
+pkgrel=1
pkgdesc='Angular Console is the user interface for the Angular CLI'
arch=('x86_64')
url='https://github.com/nrwl/angular-console'
@@ -23,6 +23,6 @@ package() {
install -Dm755 /dev/stdin "$pkgdir"/usr/bin/$_pkgname <<END
#!/usr/bin/bash
-/opt/Terminus/terminus
+/opt/Angular\ Console/angular-console
END
}