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


Commits:
ccb778cd by Tobias Powalowski at 2024-03-27T21:24:57+01:00
upgpkg: 1.20.0-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

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


=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
 # Maintainer: Tobias Powalowski <tp...@archlinux.org>
 # Contributor: Patryk Kowalczyk <pat...@kowalczyk.ws>
 pkgname=libiscsi
-pkgver=1.19.0
-pkgrel=2
+pkgver=1.20.0
+pkgrel=1
 makedepends=('git')
 depends=('glibc' 'popt' 'libgcrypt')
 pkgdesc="Clientside library to implement the iSCSI protocol"
 arch=(x86_64)
 url="https://github.com/sahlberg/libiscsi";
-license=('LGPL')
+license=('LGPL-2.1-or-later')
 source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=${pkgver})
-sha512sums=('SKIP')
+sha512sums=('b8f304137fe05011f4548fd1a14cb7dfb8562a1e41530b6f357238ce9f0603ec2e1b2be709478d0d72971f3903ee10f6915be57e8108aaea4ae0e82cd53e566c')
 
 build() {
   cd "${srcdir}/${pkgname}"



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

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


Reply via email to