Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
zix
Commits:
5edf4ff3 by Christian Heusel at 2025-12-01T19:07:38+01:00
upgpkg: 0.8.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = zix
pkgdesc = A lightweight C99 portability and data structure library
- pkgver = 0.6.2
+ pkgver = 0.8.0
pkgrel = 1
url = https://gitlab.com/drobilla/zix
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = zix
makedepends = python-sphinx
makedepends = python-sphinx-lv2-theme
makedepends = python-sphinxygen
- source = https://download.drobilla.net/zix-0.6.2.tar.xz
- source = https://download.drobilla.net/zix-0.6.2.tar.xz.sig
+ source = https://download.drobilla.net/zix-0.8.0.tar.xz
+ source = https://download.drobilla.net/zix-0.8.0.tar.xz.sig
validpgpkeys = 907D226E7E13FA337F014A083672782A9BF368F3
- sha512sums =
3b072f00481a34e8b900311c2dc77fd73a63a34f69ea953be6b714f5bcbdebcc3cdd81feae73b5ad2bdc09a4bac122e12d9035cfc417ca41dfe5230d1fe13d9c
+ sha512sums =
fccb3e3b05c4d28e7fa6ed94537681167e2ee22a23dd4e1b4f3e5474da8dce3fe682cc6ccda219d140b956014c444a6f721d7272f3dba52df3a07e13b594f963
sha512sums = SKIP
- b2sums =
230d9f6717f10ac6f7608593fa94331a4aebd8c4c1c59f1db5a7d1881d674d687d67c353c3944bf4649ea5cbb49a8c4afe8abc82bad9eaf84bff79777a0a91e1
+ b2sums =
c800585d7fcfd55a7f241c38fa8cfca5f58795bf78189371dd15c77a17f56221266749f1bc9a74fc7ff2b17991ddc05d4960649943706ed108e062447fe20c6c
b2sums = SKIP
pkgname = zix
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase=zix
pkgname=(zix{,-docs})
-pkgver=0.6.2
+pkgver=0.8.0
pkgrel=1
pkgdesc="A lightweight C99 portability and data structure library"
arch=(x86_64)
@@ -18,9 +18,9 @@ makedepends=(
python-sphinxygen
)
source=(https://download.drobilla.net/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('3b072f00481a34e8b900311c2dc77fd73a63a34f69ea953be6b714f5bcbdebcc3cdd81feae73b5ad2bdc09a4bac122e12d9035cfc417ca41dfe5230d1fe13d9c'
+sha512sums=('fccb3e3b05c4d28e7fa6ed94537681167e2ee22a23dd4e1b4f3e5474da8dce3fe682cc6ccda219d140b956014c444a6f721d7272f3dba52df3a07e13b594f963'
'SKIP')
-b2sums=('230d9f6717f10ac6f7608593fa94331a4aebd8c4c1c59f1db5a7d1881d674d687d67c353c3944bf4649ea5cbb49a8c4afe8abc82bad9eaf84bff79777a0a91e1'
+b2sums=('c800585d7fcfd55a7f241c38fa8cfca5f58795bf78189371dd15c77a17f56221266749f1bc9a74fc7ff2b17991ddc05d4960649943706ed108e062447fe20c6c'
'SKIP')
validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zix/-/commit/5edf4ff33809a2c72606abfb5f12bc318559303a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zix/-/commit/5edf4ff33809a2c72606abfb5f12bc318559303a
You're receiving this email because of your account on gitlab.archlinux.org.