Skip to content

Commit

Permalink
yt-dlp: update to 2023.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 15, 2023
1 parent d47d541 commit 48df546
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mingw-w64-yt-dlp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
_realname=yt-dlp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2023.10.13
pkgver=2023.11.14
pkgrel=1
pkgdesc="A youtube-dl fork with additional features and fixes (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'archlinux: yt-dlp'
'pypi: yt-dlp'
)
url='https://github.com/yt-dlp/yt-dlp/'
license=('spdx:Unlicense')
depends=(
Expand All @@ -25,7 +29,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-aria2: for using aria2 as external download
"${MINGW_PACKAGE_PREFIX}-ffmpeg: for video post-processing")
options=('!strip')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/${pkgver}/yt-dlp.tar.gz")
sha256sums=('64944f4452a7657b5fb31ae55d823d9411a1a29f9c1071d33fa3e6286e20522a')
sha256sums=('50dff869a296fe515234f3427b6f95f562c889c2e60d3ba7e3b4bd5d73f4fa94')

build() {
cp -r "${_realname}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit 48df546

Please sign in to comment.