summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatrio2017-03-07 10:33:34 +0300
committerNatrio2017-03-07 10:33:34 +0300
commit9990854ce1ef5daa29038e6084e704a09c684504 (patch)
tree13924852ec4ef023797fcbdd2d07f676b07ee01d
parent2310c3a1cde563105e767f0068c170e945ae8444 (diff)
downloadaur-9990854ce1ef5daa29038e6084e704a09c684504.tar.gz
Update to 3.0.3.2013.d-7, "lzo" dep fixed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d2b6d91c49f..6756613d3ec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 29 08:14:47 UTC 2015
+# Tue Mar 7 07:31:51 UTC 2017
pkgbase = vtun
pkgdesc = The easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression, encryption and IPv6 support.
pkgver = 3.0.3.2013.d
- pkgrel = 7
+ pkgrel = 8
url = http://vtun.sourceforge.net/
install = vtun.install
arch = i686
@@ -13,7 +13,7 @@ pkgbase = vtun
license = GPL
depends = openssl
depends = zlib
- depends = lzo2
+ depends = lzo
backup = etc/vtund.conf
backup = etc/tun-cfg.conf
source = http://downloads.sourceforge.net/project/vtun/vtun/3.0.3/vtun-3.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c4e1c8d4f037..a14606b93ae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=vtun
pkgver=3.0.3.2013.d
_pkgver=3.0.3
-pkgrel=7
+pkgrel=8
pkgdesc="The easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression, encryption and IPv6 support."
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="http://vtun.sourceforge.net/"
license=('GPL')
-depends=('openssl' 'zlib' 'lzo2')
+depends=('openssl' 'zlib' 'lzo')
backup=('etc/vtund.conf' 'etc/tun-cfg.conf')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${_pkgver}/${pkgname}-${_pkgver}.tar.gz"
"https://gist.githubusercontent.com/Mic92/f2d0980682a3ad2247b7/raw/9c2045facaa1f82420b84c581aeeef9ba96fd0c7/0001-fix-bison-compile-error.patch"