kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / encpipe
Commits: 891d3432 by kpcyrd at 2024-07-12T11:21:01+02:00 upgpkg: 0.5-3 - rebuild for .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = encpipe + pkgdesc = Encrypt data from stdin to stdout with libhydrogen + pkgver = 0.5 + pkgrel = 3 + url = https://github.com/jedisct1/encpipe + arch = x86_64 + license = ISC + makedepends = git + depends = glibc + source = git+https://github.com/jedisct1/encpipe.git#tag=0.5 + source = ldflags.patch + b2sums = ddba4ba2a0875ad3f8cd79b74250500dc7cfc21d57976b9683e84b022cc202a142fe7761e735da15010acc6988f3c87f1ee98ff44d713c0bc429b6b6d50e05f0 + b2sums = 7f874694b9af75592f44cc037a032099e56b2d83459da95ae02e6bc6d76b4e3a7fc3d39fa302141a2666cb1d6a7eb7ce5f2ed0d8bd2dc7885801d73f3b02b8ed + +pkgname = encpipe ===================================== PKGBUILD ===================================== @@ -2,16 +2,21 @@ pkgname=encpipe pkgver=0.5 -pkgrel=2 +pkgrel=3 pkgdesc='Encrypt data from stdin to stdout with libhydrogen' url='https://github.com/jedisct1/encpipe' arch=('x86_64') license=('ISC') -makedepends=('git') +depends=( + glibc +) +makedepends=( + git +) source=("git+https://github.com/jedisct1/${pkgname}.git#tag=${pkgver}" # this patch was commited upstream as f278117be2e5ee563813df83e1f22fd567461d4e "ldflags.patch") -b2sums=('SKIP' +b2sums=('ddba4ba2a0875ad3f8cd79b74250500dc7cfc21d57976b9683e84b022cc202a142fe7761e735da15010acc6988f3c87f1ee98ff44d713c0bc429b6b6d50e05f0' '7f874694b9af75592f44cc037a032099e56b2d83459da95ae02e6bc6d76b4e3a7fc3d39fa302141a2666cb1d6a7eb7ce5f2ed0d8bd2dc7885801d73f3b02b8ed') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/encpipe/-/commit/891d3432668a0236e736d507565a74f7cce40aa6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/encpipe/-/commit/891d3432668a0236e736d507565a74f7cce40aa6 You're receiving this email because of your account on gitlab.archlinux.org.
