Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / nzbget
Commits: d443e69f by Carl Smedstad at 2025-06-27T22:50:25+02:00 upgpkg: 25.1-1: Upstream release https://github.com/nzbgetcom/nzbget/releases/tag/v25.1 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - use-par2cmdline-turbo-from-sources.patch Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = nzbget pkgdesc = Efficient usenet downloader - pkgver = 25.0 + pkgver = 25.1 pkgrel = 1 url = https://nzbget.com changelog = nzbget.changelog @@ -19,11 +19,11 @@ pkgbase = nzbget optdepends = python: to run included scripts optdepends = unrar: unpacking archives optdepends = 7zip: unpacking archives - source = https://github.com/nzbgetcom/nzbget/archive/v25.0/nzbget-25.0.tar.gz + source = https://github.com/nzbgetcom/nzbget/archive/v25.1/nzbget-25.1.tar.gz source = git+https://github.com/nzbgetcom/par2cmdline-turbo.git source = use-par2cmdline-turbo-from-sources.patch - sha256sums = 7d4f949bdde5f81cfac715ec80fafc086659be57a8cb263d22fa3d71869ad47e + sha256sums = 39f36d611879245f86d09f6a262f3be6c1c6adb6104cd4c174d0220574663307 sha256sums = SKIP - sha256sums = 937adf1d55c677f93f93c4e69a637782cfc52dd67ac7a601254e84a432f1592f + sha256sums = 2740de0450bf5af3645e0e72642a1d323a85b6d50757c5916df4ccab68fd9970 pkgname = nzbget ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=nzbget -pkgver=25.0 +pkgver=25.1 pkgrel=1 pkgdesc="Efficient usenet downloader" arch=('x86_64') @@ -34,9 +34,9 @@ source=( "git+https://github.com/nzbgetcom/par2cmdline-turbo.git" "use-par2cmdline-turbo-from-sources.patch" ) -sha256sums=('7d4f949bdde5f81cfac715ec80fafc086659be57a8cb263d22fa3d71869ad47e' +sha256sums=('39f36d611879245f86d09f6a262f3be6c1c6adb6104cd4c174d0220574663307' 'SKIP' - '937adf1d55c677f93f93c4e69a637782cfc52dd67ac7a601254e84a432f1592f') + '2740de0450bf5af3645e0e72642a1d323a85b6d50757c5916df4ccab68fd9970') prepare() { cd $pkgname-$pkgver ===================================== use-par2cmdline-turbo-from-sources.patch ===================================== @@ -1,12 +1,12 @@ -diff --unified --recursive --text --new-file nzbget-24.6.orig/cmake/par2-turbo.cmake nzbget-24.6/cmake/par2-turbo.cmake ---- nzbget-24.6.orig/cmake/par2-turbo.cmake 2025-03-04 08:18:53.517259640 +0200 -+++ nzbget-24.6/cmake/par2-turbo.cmake 2025-03-04 08:19:25.298132592 +0200 -@@ -42,7 +42,7 @@ +diff --unified --recursive --text --new-file nzbget-25.1.orig/cmake/par2-turbo.cmake nzbget-25.1/cmake/par2-turbo.cmake +--- nzbget-25.1.orig/cmake/par2-turbo.cmake 2025-06-27 22:48:01.370695017 +0200 ++++ nzbget-25.1/cmake/par2-turbo.cmake 2025-06-27 22:48:19.348918858 +0200 +@@ -51,7 +51,7 @@ ExternalProject_add( par2-turbo PREFIX par2-turbo - GIT_REPOSITORY https://github.com/nzbgetcom/par2cmdline-turbo.git + GIT_REPOSITORY file://${CMAKE_SOURCE_DIR}/../par2cmdline-turbo - GIT_TAG v1.2.0-nzbget-20250213 + GIT_TAG v1.3.0 TLS_VERIFY TRUE GIT_SHALLOW TRUE View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nzbget/-/commit/d443e69f375434c5c03b573983c15ea9b34bcb38 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nzbget/-/commit/d443e69f375434c5c03b573983c15ea9b34bcb38 You're receiving this email because of your account on gitlab.archlinux.org.
