Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / libvarlink
Commits:
14a1a655 by Massimiliano Torromeo at 2026-03-06T18:16:06+01:00
upgpkg: 24.0.1-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,15 @@
pkgbase = libvarlink
pkgdesc = Varlink C library and command line tool
- pkgver = 24
+ pkgver = 24.0.1
pkgrel = 1
url = https://github.com/varlink/libvarlink
arch = x86_64
license = MIT
makedepends = meson
- source =
https://github.com/varlink/libvarlink/archive/24/libvarlink-24.tar.gz
- sha256sums =
0586263ab8f4e8e26a2f2f54830f8f92e403326663b10e14fcf1a6c95e9eab95
+ depends = libgcc
+ depends = glibc
+ options = !lto
+ source =
https://github.com/varlink/libvarlink/archive/v24.0.1/libvarlink-24.0.1.tar.gz
+ sha256sums =
ca3ecd13005309e0322bc64a26f2960e613f2a9a9cedee845865c2d042f73b3c
pkgname = libvarlink
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,4 @@
[libvarlink]
source = "git"
git = "https://github.com/varlink/libvarlink.git"
+prefix = "v"
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,17 @@
# Contributor: emersion <contact emersion fr>
pkgname=libvarlink
-pkgver=24
+pkgver=24.0.1
pkgrel=1
license=('MIT')
pkgdesc='Varlink C library and command line tool'
+depends=('libgcc' 'glibc')
makedepends=('meson')
arch=('x86_64')
url='https://github.com/varlink/libvarlink'
-source=("https://github.com/varlink/libvarlink/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('0586263ab8f4e8e26a2f2f54830f8f92e403326663b10e14fcf1a6c95e9eab95')
+source=("https://github.com/varlink/libvarlink/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ca3ecd13005309e0322bc64a26f2960e613f2a9a9cedee845865c2d042f73b3c')
+options=('!lto')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvarlink/-/commit/14a1a6552a90c2cc9b00179eb566691f8aa26e0d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvarlink/-/commit/14a1a6552a90c2cc9b00179eb566691f8aa26e0d
You're receiving this email because of your account on gitlab.archlinux.org.