summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-06-29 12:09:41 +0200
committerM0Rf302018-06-29 12:09:41 +0200
commitd9f9f515bee778fa5d27914407adb5919b745cf8 (patch)
tree9aa886361509160f8e6c5d1030267b52018dfad1
parentaaae89314921f3acde2f2f82a30f07100761cf6c (diff)
downloadaur-d9f9f515bee778fa5d27914407adb5919b745cf8.tar.gz
linux-sgx-driver-dkms-git: updated
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1451c5a228..1a786549bd0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
pkgbase = linux-sgx-driver-dkms-git
pkgdesc = IntelĀ® SGX Linux module - dkms
- pkgver = 1.9_rhel7.4.r11.gb1c4b78
+ pkgver = 1.9_rhel7.4.r17.g2a509c2
pkgrel = 1
url = https://01.org/intel-softwareguard-extensions
arch = i686
arch = x86_64
license = GPL2
makedepends = linux-headers>=4.12
- makedepends = linux-headers<4.15
- makedepends = linux>=4.12
- makedepends = linux<4.15
depends = dkms
optdepends = linux-headers: Build the module for Arch kernel
optdepends = linux-lts-headers: Build the module for LTS Arch kernel
diff --git a/PKGBUILD b/PKGBUILD
index 9c95d6172436..ceaecf8e9089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkg=linux-sgx-driver
pkgname=$pkg-dkms-git
-pkgver=1.9_rhel7.4.r11.gb1c4b78
+pkgver=1.9_rhel7.4.r17.g2a509c2
pkgrel=1
pkgdesc="IntelĀ® SGX Linux module - dkms"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('dkms')
optdepends=('linux-headers: Build the module for Arch kernel'
'linux-lts-headers: Build the module for LTS Arch kernel')
-makedepends=('linux-headers>=4.12' 'linux-headers<4.15' 'linux>=4.12' 'linux<4.15')
+makedepends=('linux-headers>=4.12')
source=("$pkg::git+https://github.com/01org/linux-sgx-driver.git"
dkms.conf)