Comment
The change is low risk. It only updates the SPDX license identifier from 'GPL' to 'GPL-1.0-or-later', swaps 'libjpeg' for the more specific 'libjpeg-turbo' dependency, and reformats the source/checksum arrays. No new sources, no build-time network behavior, no script execution, and no packaging logic changes are introduced. One source entry still uses git://, but that was pre-existing and unchanged in this diff, so it is not attributable to this change.
@@ -13,18 +13,18 @@ _vdr_gitver=65ca01c6a0d73426c2c15d85df03ffde2a1bf931
pkgdesc="A dtv channel scanner based on VDR. Successor of w_scan"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html"
-license=('GPL')
-depends=('freetype2' 'fontconfig' 'pugixml' 'librepfunc' 'libjpeg' 'curl')
+license=('GPL-1.0-or-later')
+depends=('freetype2' 'fontconfig' 'pugixml' 'librepfunc' 'libjpeg-turbo' 'curl')
makedepends=('git' 'pango')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wirbel-at-vdr-portal/w_scan_cpp/archive/refs/tags/$pkgver.tar.gz"
- "vdr-wirbelscan-$_wirbelscan_version.tar.gz::https://github.com/wirbel-at-vdr-portal/wirbelscan-dev/archive/refs/tags/$_wirbelscan_version.tar.gz"
- "git://git.tvdr.de/vdr.git#commit=$_vdr_gitver"
- "vdr-plugin-satip-wirbel::git+https://github.com/wirbel-at-vdr-portal/vdr-plugin-satip.git#commit=$_satip_gitver"
- )
+ "vdr-wirbelscan-$_wirbelscan_version.tar.gz::https://github.com/wirbel-at-vdr-portal/wirbelscan-dev/archive/refs/tags/$_wirbelscan_version.tar.gz"
+ "git://git.tvdr.de/vdr.git#commit=$_vdr_gitver"
+ "vdr-plugin-satip-wirbel::git+https://github.com/wirbel-at-vdr-portal/vdr-plugin-satip.git#commit=$_satip_gitver"
+)
sha256sums=('63a62aa9b793cd5d634886be4930abce367746b57181f62a74ec9546a6800352'
- '6e4bfb472999e4618b7d015943417024c27fb7baf0d1e11f44f5d9aef2c5495e'
- '11ec378a3bba5931c5415354d0c55dfd9089dad637db194aa4a845830a207c88'
- '3b51f4126c0f92b189e0fc5827d458aec562e2c6f47d02f19519e7921ae641df')
+ '6e4bfb472999e4618b7d015943417024c27fb7baf0d1e11f44f5d9aef2c5495e'
+ '11ec378a3bba5931c5415354d0c55dfd9089dad637db194aa4a845830a207c88'
+ '3b51f4126c0f92b189e0fc5827d458aec562e2c6f47d02f19519e7921ae641df')
prepare() {
cd "$srcdir/$pkgname-$pkgver"