Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
libiscsi


Commits:
df1f21fa by Tobias Powalowski at 2026-01-08T21:55:10+01:00
upgpkg: 1.20.3-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
 pkgbase = libiscsi
        pkgdesc = Clientside library to implement the iSCSI protocol
-       pkgver = 1.20.0
-       pkgrel = 2
+       pkgver = 1.20.3
+       pkgrel = 1
        url = https://github.com/sahlberg/libiscsi
        arch = x86_64
        license = LGPL-2.1-or-later
        makedepends = git
        depends = glibc
+       depends = gnutls
        depends = popt
        depends = libgcrypt
-       source = 
libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=1.20.0
-       sha512sums = 
b8f304137fe05011f4548fd1a14cb7dfb8562a1e41530b6f357238ce9f0603ec2e1b2be709478d0d72971f3903ee10f6915be57e8108aaea4ae0e82cd53e566c
+       source = 
libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=1.20.3
+       b2sums = 
7ea384839354df8ad562e6ede59d7064b4d315d91e5da682bb4e74761aa8e2e71fd58feb25e3b621bf470928e560696131c4224e0cce19b14ac8f726983fee2a
 
 pkgname = libiscsi


=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
 # Maintainer: Tobias Powalowski <[email protected]>
 # Contributor: Patryk Kowalczyk <[email protected]>
 pkgname=libiscsi
-pkgver=1.20.0
-pkgrel=2
+pkgver=1.20.3
+pkgrel=1
 makedepends=('git')
-depends=('glibc' 'popt' 'libgcrypt')
+depends=('glibc' 'gnutls' 'popt' 'libgcrypt')
 pkgdesc="Clientside library to implement the iSCSI protocol"
 arch=(x86_64)
 url="https://github.com/sahlberg/libiscsi";
 license=('LGPL-2.1-or-later')
 source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=${pkgver})
-sha512sums=('b8f304137fe05011f4548fd1a14cb7dfb8562a1e41530b6f357238ce9f0603ec2e1b2be709478d0d72971f3903ee10f6915be57e8108aaea4ae0e82cd53e566c')
+b2sums=('7ea384839354df8ad562e6ede59d7064b4d315d91e5da682bb4e74761aa8e2e71fd58feb25e3b621bf470928e560696131c4224e0cce19b14ac8f726983fee2a')
 
 build() {
   cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiscsi/-/commit/df1f21fa538284a524b662538d2d8d3023be4b8f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiscsi/-/commit/df1f21fa538284a524b662538d2d8d3023be4b8f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to