summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2018-03-06 13:48:58 +0100
committerChristian Hesse2018-03-06 13:48:58 +0100
commit2d398a8e2338b827bb27c12312edb977c548468a (patch)
treede8d75503e3c6698a4f60ebef278c39639d10d22
parentf0701e86ba96f5b581a763a11bba00fc8c8a0323 (diff)
downloadaur-2d398a8e2338b827bb27c12312edb977c548468a.tar.gz
commit openvpn-git 2.5.git.r287.g5961250e-1
-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
}