summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShayne Hartford (ShayBox)2020-01-31 22:32:46 -0500
committerShayne Hartford (ShayBox)2020-01-31 22:32:46 -0500
commit9c4bd7d366bc301329ed81f4c139a5c682f160d3 (patch)
treeacc63f1788667a86a574437a7cc57697a1e62d55 /PKGBUILD
parent73ee28ce2c6df10347dbc92e1816756f4fd2823c (diff)
downloadaur-9c4bd7d366bc301329ed81f4c139a5c682f160d3.tar.gz
Added git to makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14a69f9d00cb..67fc14b5da4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mon2cam-git
_pkgname=Mon2Cam
-pkgver=r18.8324bfe
+pkgver=r23.99a5180
pkgrel=1
pkgdesc="Workaround for multi-monitor Discord screensharing"
arch=('any')
@@ -13,6 +13,7 @@ depends=(
'ffmpeg'
'v4l2loopback-dkms'
)
+makedepends=('git')
provides=('mon2cam')
source=(git+https://github.com/ShayBox/$_pkgname.git)
md5sums=('SKIP')