summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislaw Datskevich2015-07-17 08:07:13 +0300
committerStanislaw Datskevich2015-07-17 08:07:13 +0300
commit5b55c548127f47b48b951fec1d2b2d989018b4f9 (patch)
tree48c69f79afe5d3a1d621e4220abbbb6c4bf0b2ed
parent5b2fb414a1e35fe1b7353d4c23be84c5456d8a3f (diff)
downloadaur-5b55c548127f47b48b951fec1d2b2d989018b4f9.tar.gz
Changed pkcs11-helper-1.11 dependency to main package pkcs11-helper which is v1.11 now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2318c305d6f0..bbaadab9a6cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openvpn-pkcs11
pkgdesc = An easy-to-use, robust, and highly configurable VPN (Virtual Private Network) with smartcard support
pkgver = 2.3.7
- pkgrel = 1
+ pkgrel = 2
url = http://openvpn.net/index.php/open-source.html
install = openvpn.install
arch = i686
@@ -10,7 +10,7 @@ pkgbase = openvpn-pkcs11
depends = openssl
depends = lzo
depends = iproute2
- depends = pkcs11-helper-1.11
+ depends = pkcs11-helper
source = http://swupdate.openvpn.net/community/releases/openvpn-2.3.7.tar.gz
sha256sums = 1f02a4cd6aeb6250ca9311560875b10ce8957a3c9101a8005bd1e17e5b03146e
diff --git a/PKGBUILD b/PKGBUILD
index eb91048c0942..a5842f6c200e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=openvpn-pkcs11
pkgver=2.3.7
-pkgrel=1
+pkgrel=2
pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network) with smartcard support"
arch=(i686 x86_64)
url="http://openvpn.net/index.php/open-source.html"
-depends=('openssl' 'lzo' 'iproute2' 'pkcs11-helper-1.11')
+depends=('openssl' 'lzo' 'iproute2' 'pkcs11-helper')
license=('custom')
install=openvpn.install
source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz)