diff options
author | Maarten de Boer | 2021-09-06 16:54:30 +0200 |
---|---|---|
committer | Maarten de Boer | 2021-09-06 16:54:30 +0200 |
commit | c34d70e52b42c5f42beb71ff25b387abb3aa984e (patch) | |
tree | 51922b677ebfffa746c64f7fb597f7d2fa6c47d6 /PKGBUILD | |
parent | 62a31f94b3d58eb9267c77622791fb25d24a4e20 (diff) | |
download | aur-c34d70e52b42c5f42beb71ff25b387abb3aa984e.tar.gz |
Add missing git build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}" |