summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c33dd52440b..b3431142a457 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openvpn-git
pkgdesc = An easy-to-use, robust and highly configurable VPN (Virtual Private Network) - git checkout
- pkgver = 2.4.rc2.r280.g2cea7200
+ pkgver = 2.5.git.r287.g5961250e
pkgrel = 1
url = http://openvpn.net/index.php/open-source.html
arch = i686
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
}