mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
3.9.17-6 - 20251117
This commit is contained in:
parent
c98074aa5a
commit
acaf2a8c18
2 changed files with 7 additions and 9 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,11 +1,10 @@
|
|||
pkgbase = youtube-downloader-bin
|
||||
pkgdesc = YouTube Downloader by MediaHuman
|
||||
pkgver = 3.9.17
|
||||
pkgrel = 5
|
||||
pkgrel = 6
|
||||
url = https://www.mediahuman.com/download.html
|
||||
arch = x86_64
|
||||
license = LicenseRef-custom
|
||||
depends = icu=76.1
|
||||
depends = ffmpeg
|
||||
depends = hicolor-icon-theme
|
||||
depends = qt5-declarative
|
||||
|
|
@ -16,7 +15,7 @@ pkgbase = youtube-downloader-bin
|
|||
depends = taglib1
|
||||
provides = youtube-downloader
|
||||
conflicts = youtube-downloader
|
||||
source_x86_64 = youtube-downloader-bin-3.9.17-251030-5.amd64.deb::https://schinfo.de/MediaHuman/YouTubeDownloader.amd64.deb
|
||||
sha256sums_x86_64 = f5c6d22e970956d1368b12b7f2b7037c3c02249aabf0954d4eae7aeef09facdd
|
||||
source_x86_64 = youtube-downloader-bin-3.9.17-251117-6.amd64.deb::https://schinfo.de/MediaHuman/YouTubeDownloader.amd64.deb
|
||||
sha256sums_x86_64 = 744a0ad3c2887e40f5ac49924b510fb02c2e27c03f60464b2166e6a95550e72e
|
||||
|
||||
pkgname = youtube-downloader-bin
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -4,14 +4,13 @@
|
|||
pkgname=youtube-downloader-bin
|
||||
_pkgname=youtube-downloader
|
||||
pkgver=3.9.17
|
||||
pkgrel=5
|
||||
build=251030
|
||||
pkgrel=6
|
||||
build=251117
|
||||
pkgdesc='YouTube Downloader by MediaHuman'
|
||||
arch=('x86_64')
|
||||
url="https://www.mediahuman.com/download.html"
|
||||
license=('LicenseRef-custom')
|
||||
depends=('icu=76.1'
|
||||
'ffmpeg'
|
||||
depends=('ffmpeg'
|
||||
'hicolor-icon-theme'
|
||||
'qt5-declarative'
|
||||
'qt5-multimedia'
|
||||
|
|
@ -22,7 +21,7 @@ depends=('icu=76.1'
|
|||
provides=('youtube-downloader')
|
||||
conflicts=('youtube-downloader')
|
||||
source_x86_64=("${pkgname}-${pkgver}-${build}-${pkgrel}.amd64.deb::https://schinfo.de/MediaHuman/YouTubeDownloader.amd64.deb")
|
||||
sha256sums_x86_64=('f5c6d22e970956d1368b12b7f2b7037c3c02249aabf0954d4eae7aeef09facdd')
|
||||
sha256sums_x86_64=('744a0ad3c2887e40f5ac49924b510fb02c2e27c03f60464b2166e6a95550e72e')
|
||||
|
||||
pkgver() {
|
||||
bsdtar -xf control.tar.xz -C .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue