summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimofey Titovets2015-12-29 02:14:14 +0300
committerTimofey Titovets2015-12-29 02:14:14 +0300
commit4691f05663e9ab64cbd137b1fbe181b4ddf1031f (patch)
tree66b02a8c44a48aa2134f32a33f0804222d744cca
parentc092ace905b356a9be1ea06227a4bc5b5aefc895 (diff)
downloadaur-4691f05663e9ab64cbd137b1fbe181b4ddf1031f.tar.gz
Fix deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93ede33d9ed1..707b95722762 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Dec 28 23:06:24 UTC 2015
+# Mon Dec 28 23:13:58 UTC 2015
pkgbase = linux-next-git
pkgver = 20151229
pkgrel = 1
url = http://www.kernel.org/
arch = any
license = GPL2
- makedepends = base-devel
makedepends = xmlto
makedepends = docbook-xsl
makedepends = kmod
diff --git a/PKGBUILD b/PKGBUILD
index 9e78d64aa864..40318bc77141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
arch=('any')
url="http://www.kernel.org/"
license=('GPL2')
-makedepends=('base-devel' 'xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'linux-firmware' 'mkinitcpio')
+makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'linux-firmware' 'mkinitcpio')
options=('!strip')
source=(git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git)
md5sums=('SKIP')