summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12018-07-22 21:10:04 +0800
committerChocobo12018-07-22 21:10:04 +0800
commit5d3a86556aa5f454d83257e2f73cc4e21ae2f38d (patch)
tree4312e8f43c9934cde9f08b39585f01d9e159544b /PKGBUILD
parent0853e751bec2a6266fe1af59869791fcbb2a635e (diff)
downloadaur-5d3a86556aa5f454d83257e2f73cc4e21ae2f38d.tar.gz
upgpkg: wireguard-module-git 0.0.20180718.r4.g4cce152-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3e1f81ccceb..dfc14eef3b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=wireguard-module-git
-pkgver=0.0.20180708.r1.ge80799b
+pkgver=0.0.20180718.r4.g4cce152
pkgrel=1
pkgdesc="Fast, modern, secure VPN tunnel (kernel module)"
arch=('i686' 'x86_64')
url="https://www.wireguard.com/"
license=('GPL')
-makedepends=('git' 'linux-headers' 'xz')
+depends=('linux>=3.10')
+makedepends=('git' 'linux-headers>=3.10' 'xz')
provides=('WIREGUARD-MODULE')
conflicts=('WIREGUARD-MODULE')
source=("git+https://git.zx2c4.com/WireGuard")