summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors3rj1k2022-04-02 12:13:04 +0300
committers3rj1k2022-04-02 12:13:04 +0300
commitd47887574d6f20bc97caf8151421492718b3512a (patch)
tree07f0bc439ece6b8188a5622056d493945b04c5dc
parent85de24bbaafdc0f8b5f07c53465b7b91d132fc0f (diff)
downloadaur-d47887574d6f20bc97caf8151421492718b3512a.tar.gz
bump version to 2.5.6
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a7d316685b8..73185a453f87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openvpn-password-save
pkgdesc = An easy-to-use, robust and highly configurable VPN (Virtual Private Network)
- pkgver = 2.5.4
+ pkgver = 2.5.6
pkgrel = 1
url = https://openvpn.net/index.php/open-source.html
install = openvpn.install
@@ -20,7 +20,7 @@ pkgbase = openvpn-password-save
optdepends = pam: authenticate via PAM
provides = openvpn
conflicts = openvpn
- source = git+https://github.com/OpenVPN/openvpn.git#tag=v2.5.4?signed
+ source = git+https://github.com/OpenVPN/openvpn.git#tag=4bac15c56a54350076925391dc317c0139c7b5b0?signed
source = 0001-unprivileged.patch
source = sysusers.conf
source = tmpfiles.conf
@@ -32,4 +32,3 @@ pkgbase = openvpn-password-save
sha256sums = b1436f953a4f1be7083711d11928a9924993f940ff56ff92d288d6100df673fc
pkgname = openvpn-password-save
-
diff --git a/PKGBUILD b/PKGBUILD
index a6724452072b..136e9b57c1b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
# Maintainer: s3rj1k <evasive.gyron@gmail.com>
+# Do not forget to run `makepkg --printsrcinfo > .SRCINFO`
pkgname=openvpn-password-save
_pkgname=openvpn
-pkgver=2.5.4
+_tag='4bac15c56a54350076925391dc317c0139c7b5b0' # git rev-parse v${pkgver}
+pkgver=2.5.6
pkgrel=1
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network)'
arch=('x86_64')
@@ -17,7 +19,7 @@ makedepends=('git' 'systemd' 'python-docutils')
install=openvpn.install
validpgpkeys=('F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7' # OpenVPN - Security Mailing List <security@openvpn.net>
'B62E6A2B4E56570B7BDC6BE01D829EFECA562812') # Gert Doering <gert@v6.de>
-source=("git+https://github.com/OpenVPN/openvpn.git#tag=v${pkgver}?signed"
+source=("git+https://github.com/OpenVPN/openvpn.git#tag=${_tag}?signed"
'0001-unprivileged.patch'
'sysusers.conf'
'tmpfiles.conf')