diff options
author | Térence Clastres | 2020-03-04 02:15:28 +0100 |
---|---|---|
committer | Térence Clastres | 2020-03-04 02:15:28 +0100 |
commit | 3ae1968618c5b3d05c90c9e6e0bb9c15040c8eb7 (patch) | |
tree | 3eb7324b76d5176c74189994ba67c03f954d2f4b | |
parent | b4787a49357a5e73b7650b1f956d4aca3ccf92a8 (diff) | |
download | aur-3ae1968618c5b3d05c90c9e6e0bb9c15040c8eb7.tar.gz |
Add eslint dep
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 5 deletions
@@ -1,12 +1,13 @@ pkgbase = gnome-shell-extension-gsconnect-git pkgdesc = KDE Connect implementation with GNOME Shell integration - pkgver = 21.r11.g40335f70 - pkgrel = 2 + pkgver = 32.r0.g15e6fe98 + pkgrel = 1 url = https://github.com/andyholmes/gnome-shell-extension-gsconnect arch = any license = GPL makedepends = git makedepends = meson + makedepends = eslint depends = gnome-shell optdepends = folks: Contacts integration (Evolution) optdepends = libgdata: Contacts integration (GNOME Online Accounts) @@ -1,8 +1,8 @@ # Maintainer: Térence Clastres <t dot clastres at gmail dot com> pkgname=gnome-shell-extension-gsconnect-git -pkgver=21.r11.g40335f70 -pkgrel=2 +pkgver=32.r0.g15e6fe98 +pkgrel=1 pkgdesc="KDE Connect implementation with GNOME Shell integration" arch=('any') url="https://github.com/andyholmes/gnome-shell-extension-gsconnect" @@ -15,7 +15,7 @@ optdepends=( 'python-nautilus: Nautilus integration' 'gsound: Themed sound effects' ) -makedepends=('git' 'meson') +makedepends=('git' 'meson' 'eslint') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") options=() |