summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fddd01a42781..3b9144d3cbd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quickmedia-git
pkgdesc = A native client for web media. Supports youtube, nyaa.si, 4chan and several manga sites.
- pkgver = r243.189c3b1
+ pkgver = r248.4f33e96
pkgrel = 1
url = https://git.dec05eba.com/QuickMedia
arch = x86_64
@@ -16,14 +16,16 @@ pkgbase = quickmedia-git
depends = youtube-dl
depends = libglvnd
depends = libxrandr
+ depends = noto-fonts
+ depends = noto-fonts-cjk
optdepends = libnotify: For showing notifications
optdepends = automedia: For automatically downloading new chapters of tracked manga
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
provides = QuickMedia
conflicts = QuickMedia
- source = quickmedia-git-r243.189c3b1.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.tar.gz
- sha512sums = 5b6c7a5a84767222d1fbf629d33c2dad29be2b1f6288351cf290c8cf95eb69619f373dedae925b136f87e671c49434a95bdde59ff6c386ceaaa2d9bcb09cf89c
+ source = quickmedia-git-r248.4f33e96.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.tar.gz
+ sha512sums = 90aa2db1136680571572aa681e20c7b3d5df2ab4e6b7aab47a5eaa076a93827fda611c88b7161d77d689b59cff0e2e78fec21b3f6583ce7bda0ba472f54f2ca4
pkgname = quickmedia-git
diff --git a/PKGBUILD b/PKGBUILD
index f3f4db8659a1..0f02cf9c147c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: dec05eba <dec05eba@protonmail.com>
pkgname=quickmedia-git
-pkgver=r243.189c3b1
+pkgver=r248.4f33e96
pkgrel=1
pkgdesc='A native client for web media. Supports youtube, nyaa.si, 4chan 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')
+depends=('sfml' 'libx11' 'jsoncpp' 'cppcodec' 'tidy' 'curl' 'mpv' 'youtube-dl' 'libglvnd' 'libxrandr' 'noto-fonts' 'noto-fonts-cjk')
optdepends=(
'libnotify: For showing notifications'
'automedia: For automatically downloading new chapters of tracked manga'
@@ -18,7 +18,7 @@ optdepends=(
provides=('QuickMedia')
conflicts=('QuickMedia')
source=("${pkgname}-${pkgver}.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.tar.gz")
-sha512sums=('5b6c7a5a84767222d1fbf629d33c2dad29be2b1f6288351cf290c8cf95eb69619f373dedae925b136f87e671c49434a95bdde59ff6c386ceaaa2d9bcb09cf89c')
+sha512sums=('90aa2db1136680571572aa681e20c7b3d5df2ab4e6b7aab47a5eaa076a93827fda611c88b7161d77d689b59cff0e2e78fec21b3f6583ce7bda0ba472f54f2ca4')
build() {
cd "$srcdir"