Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / libsolv
Commits:
dc818633 by Bert Peters at 2025-04-03T21:02:12+02:00
upgpkg: 0.7.32-1: new release and ruby 3.4 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = libsolv
pkgdesc = Library for solving packages and reading repositories
- pkgver = 0.7.31
+ pkgver = 0.7.32
pkgrel = 1
url = https://github.com/openSUSE/libsolv
arch = x86_64
- license = custom:BSD
+ license = BSD-3-Clause
makedepends = cmake
makedepends = perl
makedepends = python
@@ -19,7 +19,7 @@ pkgbase = libsolv
optdepends = perl: for perl bindings
optdepends = python: for python bindings
optdepends = ruby: for ruby bindings
- source =
https://github.com/openSUSE/libsolv/archive/0.7.31/libsolv-0.7.31.tar.gz
- sha256sums =
912aa843447db8a3e7d70f5df743d6e120120e3324394ad6ed7252d23631ade1
+ source =
https://github.com/openSUSE/libsolv/archive/0.7.32/libsolv-0.7.32.tar.gz
+ sha256sums =
8c5957fb417823768d70e0faefa6f75f497f41289641256e4fdfecd1954fa16c
pkgname = libsolv
=====================================
PKGBUILD
=====================================
@@ -2,19 +2,19 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=libsolv
-pkgver=0.7.31
+pkgver=0.7.32
pkgrel=1
pkgdesc="Library for solving packages and reading repositories"
arch=('x86_64')
url="https://github.com/openSUSE/libsolv"
-license=('custom:BSD')
+license=('BSD-3-Clause')
depends=('bzip2' 'expat' 'rpm-tools' 'xz' 'zlib' 'zstd')
makedepends=('cmake' 'perl' 'python' 'ruby' 'swig')
optdepends=('perl: for perl bindings'
'python: for python bindings'
'ruby: for ruby bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('912aa843447db8a3e7d70f5df743d6e120120e3324394ad6ed7252d23631ade1')
+sha256sums=('8c5957fb417823768d70e0faefa6f75f497f41289641256e4fdfecd1954fa16c')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsolv/-/commit/dc818633517b6341510f0132fd4ed99e7a1a98ae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsolv/-/commit/dc818633517b6341510f0132fd4ed99e7a1a98ae
You're receiving this email because of your account on gitlab.archlinux.org.