Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
clipgrab


Commits:
ed6db11f by Antonio Rojas at 2024-01-27T20:01:27+01:00
upgpkg: 3.9.8-1: Update to 3.9.8

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = clipgrab
+       pkgdesc = A video downloader and converter for YouTube, Veoh, 
DailyMotion, MyVideo, ...
+       pkgver = 3.9.8
+       pkgrel = 1
+       url = https://clipgrab.org
+       arch = x86_64
+       license = GPL-3.0-only
+       depends = gcc-libs
+       depends = glibc
+       depends = qt5-base
+       depends = qt5-webengine
+       depends = yt-dlp
+       optdepends = ffmpeg: for the conversion functionality
+       source = https://download.clipgrab.org/clipgrab-3.9.8.tar.gz
+       source = clipgrab.desktop
+       sha256sums = 
8888bca4a1dc1dc5c32d03b9412d5cfe638056992d5c7ee0d1c36e3740f030de
+       sha256sums = 
840910097d8c129ea12c395c4a33f562591e878e521c98fde8a7b3f9403aa23f
+
+pkgname = clipgrab


=====================================
PKGBUILD
=====================================
@@ -5,17 +5,21 @@
 # Contributor: thacrazze <thacrazze|googlemail|com>
 
 pkgname=clipgrab
-pkgver=3.9.7
-pkgrel=2
+pkgver=3.9.8
+pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
 arch=(x86_64)
 url='https://clipgrab.org'
-license=(GPL3)
-depends=(qt5-webengine yt-dlp)
+license=(GPL-3.0-only)
+depends=(gcc-libs
+         glibc
+         qt5-base
+         qt5-webengine
+         yt-dlp)
 optdepends=('ffmpeg: for the conversion functionality')
 source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
         $pkgname.desktop)
-sha256sums=('f47f2b68977a332c8520263c59465018b278b5e28f2548907ea6eed47580548c'
+sha256sums=('8888bca4a1dc1dc5c32d03b9412d5cfe638056992d5c7ee0d1c36e3740f030de'
             '840910097d8c129ea12c395c4a33f562591e878e521c98fde8a7b3f9403aa23f')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/clipgrab/-/commit/ed6db11fee275a25888f3732a9e2d4ceccc0fc89

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/clipgrab/-/commit/ed6db11fee275a25888f3732a9e2d4ceccc0fc89
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to