summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bfd297a91ca..0ed2349dfbfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quickmedia-git
pkgdesc = A dmenu-inspired native client for web services. Supports youtube, nyaa.si, 4chan, matrix and several manga sites.
pkgver = r400.4262ae6
- pkgrel = 1
+ pkgrel = 2
url = https://git.dec05eba.com/QuickMedia
arch = x86_64
license = GPL3
@@ -13,7 +13,6 @@ pkgbase = quickmedia-git
depends = tidy
depends = curl
depends = mpv
- depends = youtube-dl
depends = libglvnd
depends = libxrandr
depends = noto-fonts
@@ -23,6 +22,7 @@ pkgbase = quickmedia-git
optdepends = waifu2x-ncnn-vulkan: For upscaling manga pages when using the --upscale-images option
optdepends = xdg-utils: For downloading torrents when using nyaa.si plugin or opening remote links
optdepends = ffmpeg: For sending video metadata and thumbnail with /upload in matrix
+ optdepends = youtube-dl: To play youtube videos
provides = QuickMedia
conflicts = QuickMedia
source = quickmedia-git-r400.4262ae6.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d41cf4ed94aa..781a7c7fc0c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,20 @@
pkgname=quickmedia-git
pkgver=r400.4262ae6
-pkgrel=1
+pkgrel=2
pkgdesc='A dmenu-inspired native client for web services. Supports youtube, nyaa.si, 4chan, matrix and several manga sites.'
arch=('x86_64')
url="https://git.dec05eba.com/QuickMedia"
license=('GPL3')
makedepends=('sibs')
-depends=('sfml' 'libx11' 'jsoncpp' 'cppcodec' 'tidy' 'curl' 'mpv' 'youtube-dl' 'libglvnd' 'libxrandr' 'noto-fonts' 'noto-fonts-cjk')
+depends=('sfml' 'libx11' 'jsoncpp' 'cppcodec' 'tidy' 'curl' 'mpv' 'libglvnd' 'libxrandr' 'noto-fonts' 'noto-fonts-cjk')
optdepends=(
'libnotify: For showing notifications'
'automedia: For automatically downloading new chapters of tracked manga'
'waifu2x-ncnn-vulkan: For upscaling manga pages when using the --upscale-images option'
'xdg-utils: For downloading torrents when using nyaa.si plugin or opening remote links'
'ffmpeg: For sending video metadata and thumbnail with /upload in matrix'
+ 'youtube-dl: To play youtube videos'
)
provides=('QuickMedia')
conflicts=('QuickMedia')