summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Engel2019-09-14 01:57:54 +0200
committerMarkus Engel2019-09-14 01:57:54 +0200
commitcb815a66c3990c4144753463fd730c4b68e57c31 (patch)
tree2af3e9bdbf2eed266a854824132a98509ff7d222
parentb244f36c150a613dda72b838f8824b08c40ca4f1 (diff)
downloadaur-cb815a66c3990c4144753463fd730c4b68e57c31.tar.gz
Adjusted options/dependencies.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31cbd9ae2199..e80b7391f39b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,12 +5,10 @@ pkgbase = vlc-plugin-ytdl-git
url = https://git.remlab.net/gitweb/?p=vlc-plugin-ytdl.git;a=blob;f=README
arch = any
license = LGPL
- makedepends = git
depends = youtube-dl
depends = vlc
provides = vlc-plugin-ytdl
conflicts = vlc-plugin-ytdl
- options = !strip
source = git+https://git.remlab.net/git/vlc-plugin-ytdl.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1a81ff47bdd5..dd40a7b1fc6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,8 @@ arch=('any')
url='https://git.remlab.net/gitweb/?p=vlc-plugin-ytdl.git;a=blob;f=README'
license=('LGPL')
depends=('youtube-dl' 'vlc')
-makedepends=('git')
provides=('vlc-plugin-ytdl')
conflicts=('vlc-plugin-ytdl')
-options=('!strip')
source=('git+https://git.remlab.net/git/vlc-plugin-ytdl.git')
sha256sums=('SKIP')