summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlice Gaudon2022-03-17 13:27:18 +0100
committerAlice Gaudon2022-03-17 13:27:38 +0100
commit24df7b89f5daece8ee1f4b5a4329e6dcce51a9bd (patch)
tree7f8ea5ace0dbe0a7f589f95c88009b2c1b99cfde /PKGBUILD
parent334b381281ddde0cdf82fb5058f76de112c3b448 (diff)
downloadaur-24df7b89f5daece8ee1f4b5a4329e6dcce51a9bd.tar.gz
Add git makedepends, remove xorg-xinput dependes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eae6d06e70c8..325fdc4bc9cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='tabs-app'
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Persistent and separate browser tabs in one window'
arch=('x86_64')
url='https://eternae.ink/ashpie/tabs'
@@ -15,8 +15,8 @@ sha512sums=('SKIP'
'94bf995f0e4a132bd41452ca75deaffe58b3cf434adacf7371ba74e14b32a6c116e7686abea0796081bc8af3dc0c10a1059a9afa651ef13da1b4751dced89644')
provides=('tabs-app')
conflicts=('tabs-app')
-depends=('gtk3' 'nss' 'xorg-xinput')
-makedepends=('yarn' 'npm')
+depends=('gtk3' 'nss')
+makedepends=('git' 'yarn' 'npm')
prepare() {
cd "$srcdir/tabs-src" || exit 1