Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- PKGBUILD.orig 2025-08-25 22:57:10.070487296 -0500
- +++ PKGBUILD 2025-08-25 22:57:53.809530311 -0500
- @@ -28,6 +28,7 @@ source=(
- "git+https://github.com/chriskohlhoff/asio.git"
- 'openvpn3.rule'
- 'sysusers-openvpn3.conf'
- + 'header-conflict.patch'
- )
- sha256sums=(
- 'SKIP'
- @@ -35,6 +36,7 @@ sha256sums=(
- 'SKIP'
- 'ec0b8e28ae77b4b074d3eb8a084626e6dcfc587a07bef5d53fe1c6e160c0fc01'
- '045e914bb6fff5a082314dfc805bb511c9a80170619fa1e94a07825fa977c90a'
- + 'SKIP'
- )
- install=openvpn3-git.install
- @@ -46,6 +48,7 @@ pkgver() {
- prepare() {
- meson subprojects download --sourcedir="${_pkgname}"
- cd "${_pkgname}"
- + patch -p0 -i "$srcdir/header-conflict.patch"
- git submodule init
- git config submodule.openvpn3-core.url "$srcdir/openvpn3"
- git config submodule.vendor/asio.url "$srcdir/asio"
Advertisement
Add Comment
Please, Sign In to add comment