Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
libsolv
Commits:
f9630a2b by Jelle van der Waa at 2024-07-12T11:39:17+02:00
upgpkg: 0.7.30-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.29
- pkgrel = 2
+ pkgver = 0.7.30
+ 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.29/libsolv-0.7.29.tar.gz
- sha256sums =
cb8d36a345ea9491f75d88c3a36a6f575c4e25f08197562f7ab0aa1c6e8c6abd
+ source =
https://github.com/openSUSE/libsolv/archive/0.7.30/libsolv-0.7.30.tar.gz
+ sha256sums =
ce4aa2f0e3c5c9ab99dced6a1810af3f670f1b98892394edc68ccabe7b272133
pkgname = libsolv
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=libsolv
-pkgver=0.7.29
-pkgrel=2
+pkgver=0.7.30
+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=('cb8d36a345ea9491f75d88c3a36a6f575c4e25f08197562f7ab0aa1c6e8c6abd')
+sha256sums=('ce4aa2f0e3c5c9ab99dced6a1810af3f670f1b98892394edc68ccabe7b272133')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsolv/-/commit/f9630a2b1d3a42b05f9a5d955db586f5afd01304
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsolv/-/commit/f9630a2b1d3a42b05f9a5d955db586f5afd01304
You're receiving this email because of your account on gitlab.archlinux.org.