Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
pbzip2


Commits:
2048dc04 by Evangelos Foutras at 2025-02-09T16:15:15+02:00
upgpkg: 1.1.13-4: fix broken URL

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = pbzip2
        pkgdesc = Parallel implementation of the bzip2 block-sorting file 
compressor
        pkgver = 1.1.13
-       pkgrel = 3
-       url = http://compression.ca/pbzip2/
+       pkgrel = 4
+       url = http://compression.great-site.net/pbzip2/
        arch = x86_64
-       license = BSD
+       license = bzip2-1.0.6
        depends = bzip2
        depends = gcc-libs
        source = 
https://launchpad.net/pbzip2/1.1/1.1.13/+download/pbzip2-1.1.13.tar.gz


=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
 
 pkgname=pbzip2
 pkgver=1.1.13
-pkgrel=3
+pkgrel=4
 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
 arch=('x86_64')
-url="http://compression.ca/pbzip2/";
-license=('BSD')
+url="http://compression.great-site.net/pbzip2/";
+license=('bzip2-1.0.6')
 depends=('bzip2' 'gcc-libs')
 
source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
 sha256sums=('8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pbzip2/-/commit/2048dc04613a42d67beceb55b26aa67d9af61b75

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


Reply via email to