* update lksctp-tools to 1.0.20-1

This commit is contained in:
Alexander Baldeck 2024-10-10 19:37:15 +02:00
parent 4175dcee7c
commit afab514bdf
2 changed files with 16 additions and 11 deletions

View File

@ -1,14 +1,19 @@
pkgbase = lksctp-tools pkgbase = lksctp-tools
pkgdesc = An implementation of the SCTP protocol pkgdesc = An implementation of the SCTP protocol
pkgver = 1.0.19 pkgver = 1.0.20
pkgrel = 2 pkgrel = 1
url = https://github.com/sctp/lksctp-tools url = https://github.com/sctp/lksctp-tools
arch = x86_64 arch = x86_64
license = GPL2 arch = powerpc64le
license = LGPL2.1 arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-2.0-or-later
license = LGPL-2.1-only
makedepends = git makedepends = git
depends = glibc
depends = bash depends = bash
source = git+https://github.com/sctp/lksctp-tools.git#tag=v1.0.19 source = git+https://github.com/sctp/lksctp-tools.git#tag=v1.0.20
sha256sums = SKIP sha256sums = 91c118f63d53d00b4f5eae9277aace9d9a52fdee5025ae4789abd675f47388eb
pkgname = lksctp-tools pkgname = lksctp-tools

View File

@ -3,16 +3,16 @@
# Contributer: Nicolas Martyanoff <khaelin@gmail.com> # Contributer: Nicolas Martyanoff <khaelin@gmail.com>
pkgname=lksctp-tools pkgname=lksctp-tools
pkgver=1.0.19 pkgver=1.0.20
pkgrel=2 pkgrel=1
pkgdesc='An implementation of the SCTP protocol' pkgdesc='An implementation of the SCTP protocol'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/sctp/lksctp-tools' url='https://github.com/sctp/lksctp-tools'
license=('GPL2' 'LGPL2.1') license=('GPL-2.0-or-later' 'LGPL-2.1-only')
makedepends=('git') makedepends=('git')
depends=('bash') depends=('glibc' 'bash')
source=("git+https://github.com/sctp/lksctp-tools.git#tag=v$pkgver") source=("git+https://github.com/sctp/lksctp-tools.git#tag=v$pkgver")
sha256sums=('SKIP') sha256sums=('0f1895b1c5ed5f8880f7597781aa1d2f77fda9ebac475f85434c6c1ec8f7887e')
build() { build() {
cd $pkgname cd $pkgname