summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2015-06-25 16:12:43 +0200
committerBaptiste Jonglez2015-06-25 16:12:43 +0200
commit87aa29f29f5f5ddf57e1e54560a4e0bf1ccdce56 (patch)
tree7832f6d3b184813d902f169ac8a2aa9207942442
parent167ebac7945783ac69c62dbdb00b1b92e188eb15 (diff)
downloadaur-87aa29f29f5f5ddf57e1e54560a4e0bf1ccdce56.tar.gz
upgpkg: linux-mptcp 0.90.485855.ee70e6c-1
Fix compilation
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 0 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 738389d55eea..540864103c2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,14 +32,11 @@ pkgname = linux-mptcp
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux=
backup = etc/mkinitcpio.d/linux-mptcp.preset
pkgname = linux-mptcp-headers
pkgdesc = Header files and scripts for building modules for Linux-mptcp kernel
- provides = linux-headers=
pkgname = linux-mptcp-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-mptcp kernel
- provides = linux-docs=
diff --git a/PKGBUILD b/PKGBUILD
index 0b907aacb88c..eb0e0119f469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -105,7 +105,6 @@ _package() {
# get kernel version
_kernver="$(make LOCALVERSION= kernelrelease)"
_basekernel=${_kernver%%-*}
- provides=("linux=${_basekernel}")
_basekernel=${_basekernel%.*}
mkdir -p "${pkgdir}"/{lib/modules,lib/firmware,boot}
@@ -154,10 +153,6 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
- # get kernel version
- _kernver="$(make LOCALVERSION= kernelrelease)"
- _basekernel=${_kernver%%-*}
- provides=("linux-headers=${_basekernel}")
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
@@ -275,11 +270,6 @@ _package-headers() {
_package-docs() {
pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
-
- # get kernel version
- _kernver="$(make LOCALVERSION= kernelrelease)"
- _basekernel=${_kernver%%-*}
- provides=("linux-docs=${_basekernel}")
cd "${srcdir}/${_srcname}"