Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
libdnf
Commits:
38bf851e by Jelle van der Waa at 2024-02-20T20:59:44+01:00
Rebuild for rpm 4.19
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libdnf
pkgdesc = Library providing simplified C and Python API to libsolv
- pkgver = 0.72.0
+ pkgver = 0.73.0
pkgrel = 1
url = https://github.com/rpm-software-management/libdnf
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = libdnf
depends = sqlite
depends = zlib
optdepends = python: for python bindings
- source =
https://github.com/rpm-software-management/libdnf/archive/0.72.0/libdnf-0.72.0.tar.gz
- sha256sums =
fb00de1dc4bef5f48755ab6b6c89725b12aec7ef96f81bbdcd403d457ed0c191
+ source =
https://github.com/rpm-software-management/libdnf/archive/0.73.0/libdnf-0.73.0.tar.gz
+ sha256sums =
55d5c569f84302b0209b21d29d4df9a4f1659592566d6d463d367e81a9f22ab2
pkgname = libdnf
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=libdnf
-pkgver=0.72.0
+pkgver=0.73.0
pkgrel=1
pkgdesc="Library providing simplified C and Python API to libsolv"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('cmake' 'gtk-doc' 'python' 'python-sphinx'
'swig')
checkdepends=('check' 'cppunit')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('fb00de1dc4bef5f48755ab6b6c89725b12aec7ef96f81bbdcd403d457ed0c191')
+sha256sums=('55d5c569f84302b0209b21d29d4df9a4f1659592566d6d463d367e81a9f22ab2')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdnf/-/commit/38bf851eca4f124891fd2ff7d45016c3f4aabc9e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdnf/-/commit/38bf851eca4f124891fd2ff7d45016c3f4aabc9e
You're receiving this email because of your account on gitlab.archlinux.org.