summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNexAdn2017-04-11 21:56:46 +0200
committerNexAdn2017-04-11 21:56:46 +0200
commit9c930d591fafe2dd97bac8fb8ff7edfb1f14cfcb (patch)
tree07c91944b2c7473ccb8b500ab4adde3f6b9abc8f /PKGBUILD
parent581f7064ea513da3cafaded13210f8c13cdd4a82 (diff)
downloadaur-9c930d591fafe2dd97bac8fb8ff7edfb1f14cfcb.tar.gz
Remove wget, git deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ff315b14fcf..8168f710f6c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NexAdn
pkgname=obs-linuxbrowser
pkgver=0.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Browser source plugin for obs-studio based on CEF. Alternative to obs-qtwebkit."
arch=("x86_64")
url="https://github.com/bazukas/obs-linuxbrowser"
@@ -10,7 +10,7 @@ depends=(
"obs-studio>=18.0.1" "libxrandr"
"atk" "libxcomposite" "pango" "gconf" "libxss" "nss"
)
-makedepends=("wget" "git")
+makedepends=()
source=(
"https://github.com/bazukas/obs-linuxbrowser/releases/download/${pkgver}/linuxbrowser${pkgver}-obs18.0.1-64bit.tgz"
)