Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
librepo
Commits:
1bc9ac64 by Jelle van der Waa at 2024-06-24T20:27:29+02:00
upgpkg: 1.17.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = librepo
pkgdesc = Repodata downloading library
- pkgver = 1.17.1
+ pkgver = 1.17.2
pkgrel = 1
url = https://github.com/rpm-software-management/librepo
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = librepo
depends = libxml2
depends = openssl
optdepends = python: for python bindings
- source =
https://github.com/rpm-software-management/librepo/archive/1.17.1/librepo-1.17.1.tar.gz
+ source =
https://github.com/rpm-software-management/librepo/archive/1.17.2/librepo-1.17.2.tar.gz
source = gpgme-config.patch
- sha256sums =
16e4158d6ce8a8536cc80dc327efb4ad53acf9181175b80cb9ef17cbda53cb8f
+ sha256sums =
5fb9b275d57b2cd06fc3c10db12f570fcaf23aa76ce4715f472f5f10b0b18826
sha256sums =
c0d08e34a0a02613036d1113fd0257a97e1896284afde7f8417f49abb34b2278
pkgname = librepo
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=librepo
-pkgver=1.17.1
+pkgver=1.17.2
pkgrel=1
pkgdesc="Repodata downloading library"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('cmake' 'python')
checkdepends=('check' 'python-gpgme' 'python-pyxattr' 'python-requests')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz" "gpgme-config.patch")
-sha256sums=('16e4158d6ce8a8536cc80dc327efb4ad53acf9181175b80cb9ef17cbda53cb8f'
+sha256sums=('5fb9b275d57b2cd06fc3c10db12f570fcaf23aa76ce4715f472f5f10b0b18826'
'c0d08e34a0a02613036d1113fd0257a97e1896284afde7f8417f49abb34b2278')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/librepo/-/commit/1bc9ac64530c7bb256a1ea2141528f39b884ce08
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/librepo/-/commit/1bc9ac64530c7bb256a1ea2141528f39b884ce08
You're receiving this email because of your account on gitlab.archlinux.org.