Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
libsolv
Commits:
8284b8c9 by Jelle van der Waa at 2025-01-01T18:32:02+01:00
upgpkg: 0.7.31-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libsolv
pkgdesc = Library for solving packages and reading repositories
- pkgver = 0.7.30
- pkgrel = 6
+ pkgver = 0.7.31
+ pkgrel = 1
url = https://github.com/openSUSE/libsolv
arch = x86_64
license = custom:BSD
@@ -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.30/libsolv-0.7.30.tar.gz
- sha256sums =
ce4aa2f0e3c5c9ab99dced6a1810af3f670f1b98892394edc68ccabe7b272133
+ source =
https://github.com/openSUSE/libsolv/archive/0.7.31/libsolv-0.7.31.tar.gz
+ sha256sums =
912aa843447db8a3e7d70f5df743d6e120120e3324394ad6ed7252d23631ade1
pkgname = libsolv
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=libsolv
-pkgver=0.7.30
-pkgrel=6
+pkgver=0.7.31
+pkgrel=1
pkgdesc="Library for solving packages and reading repositories"
arch=('x86_64')
url="https://github.com/openSUSE/libsolv"
@@ -14,7 +14,7 @@ optdepends=('perl: for perl bindings'
'python: for python bindings'
'ruby: for ruby bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('ce4aa2f0e3c5c9ab99dced6a1810af3f670f1b98892394edc68ccabe7b272133')
+sha256sums=('912aa843447db8a3e7d70f5df743d6e120120e3324394ad6ed7252d23631ade1')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsolv/-/commit/8284b8c9b8ed2b08213e249db6369871392d602a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsolv/-/commit/8284b8c9b8ed2b08213e249db6369871392d602a
You're receiving this email because of your account on gitlab.archlinux.org.