mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
pkgbuild: use mirrors.kernel.org instead of sourceware.org
This commit is contained in:
@@ -17,7 +17,7 @@ license=("custom")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
|
||||
options=('strip' 'staticlibs')
|
||||
source=("https://sourceware.org/pub/bzip2/bzip2-${pkgver}.tar.gz"
|
||||
source=("https://mirrors.kernel.org/sourceware/bzip2/bzip2-${pkgver}.tar.gz"
|
||||
"bzip2-cygming-1.0.6.src.all.patch"
|
||||
"bzip2-buildsystem.all.patch"
|
||||
"bzip2-1.0.6-progress.all.patch")
|
||||
|
||||
Reference in New Issue
Block a user