Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / wvstreams
Commits: 4ce6caba by Felix Yan at 2023-12-12T20:41:13+02:00 upgpkg: 4.6.1-21 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,31 @@ +pkgbase = wvstreams + pkgdesc = A network programming library written in C++ + pkgver = 4.6.1 + pkgrel = 21 + url = https://github.com/apenwarr/wvstreams/ + arch = x86_64 + license = LGPL + depends = zlib + depends = pam + depends = openssl + depends = readline + source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/wvstreams-4.6.1.tar.gz + source = wvstreams-4.6.1-glibc212.patch + source = wvstreams-4.6.1-gcc47.patch + source = wvstreams-4.6.1-gcc6.patch + source = wvstreams-4.6.1-gcc10.patch + source = wvstreams-4.6.1-magic.patch + source = wvstreams-4.6.1-openssl10.patch + source = wvstreams-4.6.1-openssl11.patch + source = wvstreams-4.6.1-parallel-make.patch + sha256sums = 8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633 + sha256sums = b1163b4375f59769d4aff5280aa847636e987da8cc028945988a2370154658bc + sha256sums = e23256235611def432763ec8a8ae53fde159ace053bbcc413df1dbc75689af91 + sha256sums = 1f750516825dc8c3ef7de980b90dadf22c5132eab828a5dd634fa2a88624b6d9 + sha256sums = df6e4a6e9b47964212621e40c7034db00e37d95e3b1d5e4f3e9693fa8c91346f + sha256sums = cf798f7e7c29fa239cc3201f0d19166b92bc181c19418a12bfd7cbd8f8fea6b1 + sha256sums = 57b55ed6a2a6aa8abef00711d9e03bed664f2c4357404cd38ae778f8b3b97482 + sha256sums = e1294644eb44c3d58789f2aca51fa28d15af799bd1b7bc2ff2583c41c74efae5 + sha256sums = f3c433a8371f539f67ba320331ba393384e0e5f68375ab9d859975ad643dff71 + +pkgname = wvstreams ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=wvstreams pkgver=4.6.1 -pkgrel=20 +pkgrel=21 pkgdesc="A network programming library written in C++" arch=('x86_64') url="https://github.com/apenwarr/wvstreams/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wvstreams/-/commit/4ce6cabab039b4541b04f59a52165eb21cb9424b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wvstreams/-/commit/4ce6cabab039b4541b04f59a52165eb21cb9424b You're receiving this email because of your account on gitlab.archlinux.org.
