summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 462fae11e367..a4cd79aea84b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=openvpn-git
-pkgver=2.4.rc2.r280.g2cea7200
+pkgver=2.5.git.r287.g5961250e
pkgrel=1
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network) - git checkout'
arch=('i686' 'x86_64')
@@ -35,6 +35,9 @@ pkgver() {
prepare() {
cd openvpn/
+ # add a 2.5 tag for proper versioning
+ git tag '2.5_git' 'e1dd49a38875909bda218c0c3f772e791681ac36'
+
# regenerate configure script
autoreconf -vi
}