diff --git a/lksctp-tools/.SRCINFO b/lksctp-tools/.SRCINFO new file mode 100644 index 0000000000..8b6b40fe70 --- /dev/null +++ b/lksctp-tools/.SRCINFO @@ -0,0 +1,14 @@ +pkgbase = lksctp-tools + pkgdesc = An implementation of the SCTP protocol + pkgver = 1.0.19 + pkgrel = 2 + url = https://github.com/sctp/lksctp-tools + arch = x86_64 + license = GPL2 + license = LGPL2.1 + makedepends = git + depends = bash + source = git+https://github.com/sctp/lksctp-tools.git#tag=v1.0.19 + sha256sums = SKIP + +pkgname = lksctp-tools diff --git a/lksctp-tools/.nvchecker.toml b/lksctp-tools/.nvchecker.toml new file mode 100644 index 0000000000..047c7e2f4d --- /dev/null +++ b/lksctp-tools/.nvchecker.toml @@ -0,0 +1,4 @@ +[lksctp-tools] +source = "git" +git = "https://github.com/sctp/lksctp-tools.git" +prefix = "v" diff --git a/lksctp-tools/PKGBUILD b/lksctp-tools/PKGBUILD index f63ada049c..097ff86443 100644 --- a/lksctp-tools/PKGBUILD +++ b/lksctp-tools/PKGBUILD @@ -4,7 +4,7 @@ pkgname=lksctp-tools pkgver=1.0.19 -pkgrel=1 +pkgrel=2 pkgdesc='An implementation of the SCTP protocol' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://github.com/sctp/lksctp-tools'