summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordec05eba2021-04-13 05:42:37 +0200
committerdec05eba2021-04-13 05:42:37 +0200
commit243172bc9e3e1880bf3525f244d4fca25fab1125 (patch)
treede28979ed2a030bca6ad1e75fd5994808799662f
parent140887f02355edcc0a1d10096757ed90749ba782 (diff)
downloadaur-243172bc9e3e1880bf3525f244d4fca25fab1125.tar.gz
Include cppcodec instead of using it a system library. Its not available in ubuntu repos for example
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 024febd65b10..61e5d5b44643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quickmedia-git
pkgdesc = A dmenu-inspired native client for web services. Supports youtube, spotify (podcasts), soundcloud, nyaa.si, 4chan, matrix and several manga sites.
- pkgver = r630.bc26e01
+ pkgver = r631.84984bd
pkgrel = 1
url = https://git.dec05eba.com/QuickMedia
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = quickmedia-git
depends = sfml
depends = libx11
depends = jsoncpp
- depends = cppcodec
depends = tidy
depends = curl
depends = mpv
@@ -26,8 +25,8 @@ pkgbase = quickmedia-git
optdepends = youtube-dl: To play youtube videos
provides = QuickMedia
conflicts = QuickMedia
- source = quickmedia-git-r630.bc26e01.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.tar.gz
- sha512sums = fc0463605de817d1ac6b4011cc904dfa0259bd8216000b6c9e183cfb7ed9cfd673ff792211762d960665c91082a7a4ba9c58b59bf473473cb9c1aedca8b39888
+ source = quickmedia-git-r631.84984bd.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.tar.gz
+ sha512sums = 90fe9f688c793f4e0300105cb0e9c009b64f315152d1cb35aaac2ef95fc70ee476ee00189707fb7da8cf60cb093997a69528a0368b1e5c9f88f783890f5a1896
pkgname = quickmedia-git
diff --git a/PKGBUILD b/PKGBUILD
index bec12c25ca16..82c0b2f744a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: dec05eba <dec05eba@protonmail.com>
pkgname=quickmedia-git
-pkgver=r630.bc26e01
+pkgver=r631.84984bd
pkgrel=1
pkgdesc='A dmenu-inspired native client for web services. Supports youtube, spotify (podcasts), soundcloud, 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' 'imagemagick' 'libglvnd' 'libxrandr' 'noto-fonts' 'noto-fonts-cjk')
+depends=('sfml' 'libx11' 'jsoncpp' 'tidy' 'curl' 'mpv' 'imagemagick' 'libglvnd' 'libxrandr' 'noto-fonts' 'noto-fonts-cjk')
optdepends=(
'libnotify: For showing notifications'
'automedia: For automatically downloading new chapters of tracked manga'
@@ -20,7 +20,7 @@ optdepends=(
provides=('QuickMedia')
conflicts=('QuickMedia')
source=("${pkgname}-${pkgver}.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.tar.gz")
-sha512sums=('fc0463605de817d1ac6b4011cc904dfa0259bd8216000b6c9e183cfb7ed9cfd673ff792211762d960665c91082a7a4ba9c58b59bf473473cb9c1aedca8b39888')
+sha512sums=('90fe9f688c793f4e0300105cb0e9c009b64f315152d1cb35aaac2ef95fc70ee476ee00189707fb7da8cf60cb093997a69528a0368b1e5c9f88f783890f5a1896')
build() {
cd "$srcdir"