summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b84afb83f9b..71c35141dd38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=openvpn-git
-pkgver=2.4.beta2.r11.gce91c18
+pkgver=2.4.rc1.r0.ge739d7f
pkgrel=1
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network) - git checkout'
arch=(i686 x86_64)
@@ -14,11 +14,9 @@ provides=('openvpn=2.4.0' 'openvpn-dev')
license=('custom')
# for 2.3.x release branch use: git://git.code.sf.net/p/openvpn/openvpn#branch=release/2.3
source=('git://git.code.sf.net/p/openvpn/openvpn'
- '0001-plugin.patch'
- '0002-systemd.patch')
+ '0001-plugin.patch')
sha256sums=('SKIP'
- 'b8254067b4ef5d157d87267a76938d86f101972303c7ff20131cc9f28659a30c'
- 'f7784be28282ad36a7f03140d828912506dfcc0babee08551b63b67bfa0074ea')
+ 'b8254067b4ef5d157d87267a76938d86f101972303c7ff20131cc9f28659a30c')
pkgver() {
cd openvpn/
@@ -40,9 +38,6 @@ prepare() {
# plugin path
patch -Np1 < "${srcdir}"/0001-plugin.patch
-
- # modifications to upstream systemd integration
- patch -Np1 < "${srcdir}"/0002-systemd.patch
}
build() {