summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan T L Lee2018-12-10 10:32:14 +0000
committerJonathan T L Lee2018-12-10 10:32:14 +0000
commit63f3af205cf56d1a65b5bee43998b7ba8ce4320e (patch)
treef228ba33b282466d0a504d0e80d159f3b6d88847
parente64f1ac2e7198335299c06839afe1c2273bfdb70 (diff)
downloadaur-63f3af205cf56d1a65b5bee43998b7ba8ce4320e.tar.gz
fi
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34bc7c6306c9..921bdbaf02f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = nodejs-budgie-launcher-super
pkgdesc = A simple script to switch tasks using "super + 1" number keys, the same feature exists with other desktops like windows and unity, this adds it to budgie desktop.
pkgver = 1.1.11
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Lee182/budgie-launcher-super
arch = any
license = MIT
depends = nodejs>=10.10.0
+ depends = npm
depends = dconf
depends = wmctrl
depends = xdotool
diff --git a/PKGBUILD b/PKGBUILD
index ae51f17ddaa2..160eceac4829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ _npmname=budgie-launcher-super
_npmver=1.1.11
pkgname=nodejs-budgie-launcher-super
pkgver=1.1.11
-pkgrel=2
+pkgrel=3
pkgdesc="A simple script to switch tasks using \"super + 1\" number keys, the same feature exists with other desktops like windows and unity, this adds it to budgie desktop."
arch=(any)
url="https://github.com/Lee182/budgie-launcher-super"
license=('MIT')
-depends=('nodejs>=10.10.0' 'dconf' 'wmctrl' 'xdotool')
+depends=('nodejs>=10.10.0' 'npm' 'dconf' 'wmctrl' 'xdotool')
optdepends=()
noextract=($_npmname-$_npmver.tgz)