summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten de Boer2021-09-06 16:54:30 +0200
committerMaarten de Boer2021-09-06 16:54:30 +0200
commitc34d70e52b42c5f42beb71ff25b387abb3aa984e (patch)
tree51922b677ebfffa746c64f7fb597f7d2fa6c47d6 /PKGBUILD
parent62a31f94b3d58eb9267c77622791fb25d24a4e20 (diff)
downloadaur-c34d70e52b42c5f42beb71ff25b387abb3aa984e.tar.gz
Add missing git build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52ae010999ae..d0b682109291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=companion
pkgver=2.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Control software for the Elgato Streamdeck with a focus on broadcasting."
arch=('i386' 'x86_64')
url="https://github.com/bitfocus/companion"
license=('custom')
depends=('libvips' 'libxss' 'gconf' 'gtk3')
-makedepends=('nvm')
+makedepends=('nvm' 'git')
install=companion.install
source=("${pkgname}::git+https://github.com/bitfocus/companion.git#tag=v${pkgver}"