Comment
The change is limited to .SRCINFO metadata: pkgrel increments from 4 to 5 and the license fields are corrected from a generic 'custom' to BSD-2-Clause and BSD-3-Clause. There are no source, build, install-script, or packaging behavior changes, and no security-relevant execution paths are introduced. This looks like a benign metadata update with no apparent risk.
@@ -1,11 +1,12 @@
pkgbase = libusrsctp
pkgdesc = A portable SCTP userland stack
pkgver = 0.9.5.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/sctplab/usrsctp
arch = i686
arch = x86_64
- license = custom
+ license = BSD-2-Clause
+ license = BSD-3-Clause
makedepends = automake
makedepends = autoconf
depends = glibc