mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/libseccomp to 2.5.5-1
This commit is contained in:
parent
c28f9f6de7
commit
52db3ad646
1 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
# - drop python bindings for now
|
||||
|
||||
pkgname=libseccomp
|
||||
pkgver=2.5.4
|
||||
pkgrel=2
|
||||
pkgver=2.5.5
|
||||
pkgrel=1
|
||||
pkgdesc='Enhanced seccomp library'
|
||||
arch=('x86_64')
|
||||
license=('LGPL2.1')
|
||||
|
@ -17,9 +17,9 @@ depends=('glibc')
|
|||
checkdepends=('valgrind')
|
||||
makedepends=('gperf')
|
||||
source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
|
||||
sha256sums=('d82902400405cf0068574ef3dc1fe5f5926207543ba1ae6f8e7a1576351dcbdb'
|
||||
sha256sums=('248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375'
|
||||
'SKIP')
|
||||
b2sums=('38b134cb578f9355667546f92950ebcf8c53ccaf98db568db9aadfa9629c054136849e03d4bf9f09f73998fe66a5e8a9038573d19740b2bddf5518a8a0119229'
|
||||
b2sums=('d770cee1f3e02fbbcd9f25655b360ab38160ad800e2829a67f2b9da62b095a90be99ac851a67344cf95bd6810a6268da4655dc1d37d996e58239c4999eb41998'
|
||||
'SKIP')
|
||||
validpgpkeys=(
|
||||
'7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A' # Paul Moore <paul@paul-moore.com>
|
||||
|
|
Loading…
Reference in a new issue