mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Some Core PKGBUILD fixes
This commit is contained in:
parent
5065644b99
commit
8c89b3b0fc
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
||||||
# $Id: PKGBUILD 52637 2009-09-22 09:06:25Z thomas $
|
|
||||||
# Maintainer: Thomas Baechler <thomas@archlinux.org>
|
# Maintainer: Thomas Baechler <thomas@archlinux.org>
|
||||||
|
|
||||||
pkgname=openvpn
|
pkgname=openvpn
|
||||||
pkgver=2.1_rc19
|
pkgver=2.1_rc19
|
||||||
pkgrel=4
|
pkgrel=4
|
||||||
pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)"
|
pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)"
|
||||||
arch=(i686 x86_64)
|
arch=('arm')
|
||||||
url="http://openvpn.net/index.php/open-source.html"
|
url="http://openvpn.net/index.php/open-source.html"
|
||||||
depends=('openssl' 'lzo2')
|
depends=('openssl' 'lzo2')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
|
|
Loading…
Reference in a new issue