summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNexAdn2017-05-01 14:01:01 +0200
committerNexAdn2017-05-01 14:01:01 +0200
commit635731d88ea526f29e2392a8073e68bd21aca1b9 (patch)
treeb1cdfcee77992db4a61c105bc691b646e7684bc6 /PKGBUILD
parent9ecb3a38a9724180f08d5675852d51cfe409384f (diff)
downloadaur-635731d88ea526f29e2392a8073e68bd21aca1b9.tar.gz
Add pepperflash as optdepend.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18933e2e6d65..8cb0080683eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ license=("GPL")
depends=(
"obs-studio>=18.0.1" "cef-minimal"
)
-makedepends=("make" "cmake" "git")
+makedepends=("make" "cmake")
+optdepends=("pepper-flash: Flash support")
source=(
"https://github.com/bazukas/$pkgname/archive/${pkgver}.tar.gz"
)