summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 919ef0f3529a..4aca462e093b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openvpn-openssl-1.0
pkgdesc = An easy-to-use, robust and highly configurable VPN (Virtual Private Network) (build against openssl-1.0)
pkgver = 2.4.7
- pkgrel = 1
+ pkgrel = 2
url = http://openvpn.net/index.php/open-source.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b19cfc16ab48..31ff9e0d8eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openvpn-openssl-1.0
_pkgname=openvpn
pkgver=2.4.7
-pkgrel=1
+pkgrel=2
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network) (build against openssl-1.0)'
arch=('i686' 'x86_64')
url='http://openvpn.net/index.php/open-source.html'
@@ -28,6 +28,8 @@ build() {
mkdir "${srcdir}"/build
cd "${srcdir}"/build
+ export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+
"${srcdir}"/${_pkgname}/configure \
--prefix=/usr \
--sbindir=/usr/bin \
@@ -72,3 +74,5 @@ package() {
esac
done
}
+
+# vim: ts=2 sw=2 et: