summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-07-22 21:10:04 +0800
committerChocobo12018-07-22 21:10:04 +0800
commit5d3a86556aa5f454d83257e2f73cc4e21ae2f38d (patch)
tree4312e8f43c9934cde9f08b39585f01d9e159544b
parent0853e751bec2a6266fe1af59869791fcbb2a635e (diff)
downloadaur-5d3a86556aa5f454d83257e2f73cc4e21ae2f38d.tar.gz
upgpkg: wireguard-module-git 0.0.20180718.r4.g4cce152-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24019302fecc..39acc288b292 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = wireguard-module-git
pkgdesc = Fast, modern, secure VPN tunnel (kernel module)
- pkgver = 0.0.20180708.r1.ge80799b
+ pkgver = 0.0.20180718.r4.g4cce152
pkgrel = 1
url = https://www.wireguard.com/
arch = i686
arch = x86_64
license = GPL
makedepends = git
- makedepends = linux-headers
+ makedepends = linux-headers>=3.10
makedepends = xz
+ depends = linux>=3.10
provides = WIREGUARD-MODULE
conflicts = WIREGUARD-MODULE
source = git+https://git.zx2c4.com/WireGuard
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")