Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
httrack


Commits:
9c81595d by Jaroslav Lichtblau at 2024-09-09T14:46:36+02:00
upgpkg: 3.49.5-1 - new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,19 @@
 pkgbase = httrack
        pkgdesc = An easy-to-use offline browser utility
-       pkgver = 3.49.4
-       pkgrel = 2
+       pkgver = 3.49.5
+       pkgrel = 1
        url = https://www.httrack.com/
        arch = x86_64
-       license = GPL3
+       license = GPL-3.0-or-later
        makedepends = git
+       makedepends = patch
        depends = bash
        depends = xdg-utils
        depends = hicolor-icon-theme
        depends = openssl
-       source = 
git+https://github.com/xroche/httrack.git#commit=4f24477a13e53346577691a0193e588e9ba992aa
-       sha256sums = SKIP
+       source = httrack::git+https://github.com/xroche/httrack#tag=3.49.5
+       source = 
missing-file.patch::https://github.com/xroche/httrack/commit/ce2d2ce810cb1bbaf1c587a3947c31adb47d5244.patch
+       sha256sums = 
834b168b28892cfb8bd10d4f3ebe931cdb07a9979028aab7e8d72541549f4de0
+       sha256sums = 
6d221b14289c916ea4e71431af57e6ceae3702cebc0bbcbb7253e23ea46844d9
 
 pkgname = httrack


=====================================
PKGBUILD
=====================================
@@ -7,25 +7,26 @@
 # Contributor: Muflone <[email protected]>
 
 pkgname=httrack
-pkgver=3.49.4
-pkgrel=2
+pkgver=3.49.5
+pkgrel=1
 pkgdesc="An easy-to-use offline browser utility"
 arch=('x86_64')
 url="https://www.httrack.com/";
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('bash' 'xdg-utils' 'hicolor-icon-theme' 'openssl')
-makedepends=('git')
-_commit=4f24477a13e53346577691a0193e588e9ba992aa
-source=("git+https://github.com/xroche/httrack.git#commit=$_commit";)
-# https://github.com/xroche/httrack/issues/243
-# source=(https://mirror.httrack.com/historical/$pkgname-$pkgver.tar.gz{,.asc})
+makedepends=('git' 'patch')
+source=($pkgname::git+https://github.com/xroche/httrack#tag=$pkgver
+        
missing-file.patch::https://github.com/xroche/httrack/commit/ce2d2ce810cb1bbaf1c587a3947c31adb47d5244.patch)
 # validpgpkeys=('BB71C7E6CB1AD8FAF53FE42A60C3AA7180598EFB') # Xavier Roche
-sha256sums=('SKIP')
+sha256sums=('834b168b28892cfb8bd10d4f3ebe931cdb07a9979028aab7e8d72541549f4de0'
+            '6d221b14289c916ea4e71431af57e6ceae3702cebc0bbcbb7253e23ea46844d9')
 
 prepare() {
   cd "${srcdir}"/$pkgname
 
   git submodule update --init --recursive
+
+  patch -p1 -i ../missing-file.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/httrack/-/commit/9c81595d7e077814647bb6564dfb2c260dc998cc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/httrack/-/commit/9c81595d7e077814647bb6564dfb2c260dc998cc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to