summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2017-04-01 23:13:42 +0200
committerNexAdn2017-04-01 23:13:42 +0200
commit2dcd3162713f00a48eab23f9f705f9f0de272bd3 (patch)
treec0af29ee33e2f8693ad3ee92f0cbb0688f75ce97
parent6248afca0e69ba2bab6b1dd58b755a4eb1f24970 (diff)
downloadaur-2dcd3162713f00a48eab23f9f705f9f0de272bd3.tar.gz
wget and git as makedep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2670775c738b..232d61cbab58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ pkgbase = obs-linuxbrowser
url = https://github.com/bazukas/obs-linuxbrowser
arch = x86_64
license = GPL
+ makedepends = wget
+ makedepends = git
depends = obs-studio>=18.0.1
depends = libxrandr
- depends = wget
- depends = git
source = https://github.com/bazukas/obs-linuxbrowser/releases/download/0.1.0/linuxbrowser0.1.0-obs18.0.1-64bit.tgz
sha256sums = 19d0940545fd1ddfc92d35c0ce07e7479d351f13caebeb0e97bbc6836fab58c6
diff --git a/PKGBUILD b/PKGBUILD
index 3f20077cf020..f617a5ff1c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="Browser source plugin for obs-studio based on CEF. Alternative to obs-q
arch=("x86_64")
url="https://github.com/bazukas/obs-linuxbrowser"
license=("GPL")
-depends=("obs-studio>=18.0.1" "libxrandr" "wget" "git")
+depends=("obs-studio>=18.0.1" "libxrandr")
+makedepends=("wget" "git")
source=(
"https://github.com/bazukas/obs-linuxbrowser/releases/download/0.1.0/linuxbrowser0.1.0-obs18.0.1-64bit.tgz"
)