summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2020-03-04 02:15:28 +0100
committerTérence Clastres2020-03-04 02:15:28 +0100
commit3ae1968618c5b3d05c90c9e6e0bb9c15040c8eb7 (patch)
tree3eb7324b76d5176c74189994ba67c03f954d2f4b
parentb4787a49357a5e73b7650b1f956d4aca3ccf92a8 (diff)
downloadaur-3ae1968618c5b3d05c90c9e6e0bb9c15040c8eb7.tar.gz
Add eslint dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb90872e03a..30c7be101baa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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)
diff --git a/PKGBUILD b/PKGBUILD
index 3aea8790c0f3..a203879ca61b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=()