Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / xz


Commits:
f70de467 by Christian Hesse at 2024-06-04T13:01:23+02:00
update upstream and source url

https://github.com/tukaani-project/xz

Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/xz/-/issues/6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = xz
        pkgdesc = Library and command line tools for XZ and LZMA compressed 
files
        pkgver = 5.6.2
        pkgrel = 1
-       url = https://xz.tukaani.org/xz-utils/
+       url = https://tukaani.org/xz/
        arch = x86_64
        license = GPL
        license = LGPL
@@ -12,7 +12,7 @@ pkgbase = xz
        makedepends = doxygen
        depends = sh
        provides = liblzma.so
-       source = git+https://git.tukaani.org/xz.git#tag=v5.6.2
+       source = git+https://github.com/tukaani-project/xz#tag=v5.6.2
        validpgpkeys = 3690C240CE51B4670D30AD1C38EE757D69184620
        sha256sums = 
a71fcf56faa1f7d9e9708ca8d6a97906b929307d6a98d220018852eef37853c8
        sha512sums = 
f369f126dd3d538ef27ecce62e8ae01a2c9056eeb22c6b21d9a1d5e456f35330bc7f2bb0df525ad4a4f95ba84c0196c7c79ad768359786d3a73f876aa043f164


=====================================
PKGBUILD
=====================================
@@ -6,13 +6,13 @@ pkgver=5.6.2
 pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('x86_64')
-url='https://xz.tukaani.org/xz-utils/'
+url='https://tukaani.org/xz/'
 license=('GPL' 'LGPL' 'custom')
 depends=('sh')
 makedepends=('git' 'po4a' 'doxygen')
 provides=('liblzma.so')
 validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin 
<lasse.col...@tukaani.org>
-source=("git+https://git.tukaani.org/xz.git#tag=v${pkgver}";)
+source=("git+https://github.com/tukaani-project/xz#tag=v${pkgver}";)
 sha256sums=('a71fcf56faa1f7d9e9708ca8d6a97906b929307d6a98d220018852eef37853c8')
 
sha512sums=('f369f126dd3d538ef27ecce62e8ae01a2c9056eeb22c6b21d9a1d5e456f35330bc7f2bb0df525ad4a4f95ba84c0196c7c79ad768359786d3a73f876aa043f164')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xz/-/commit/f70de467701b94373fb79c8015416e354fb165cc

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


Reply via email to