summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-07-28 22:13:39 +0200
committerPiotr Gorski2019-07-28 22:13:39 +0200
commit5a3ea42f49ed39840f26e2850a2e6e11c5dd9853 (patch)
tree7b044fa5235276c931fecd7766025a6de32b9944
parent7fbd9dbd213cc05e48410bc6fbcdb08cda3c9bf6 (diff)
downloadaur-5a3ea42f49ed39840f26e2850a2e6e11c5dd9853.tar.gz
Update depends
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba0af373c2a0..653e0e20b3d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-next-git
- pkgver = 20190723.r0.gb010bb39ab1a
+ pkgver = 20190726.r0.gfde50b96be82
pkgrel = 1
url = http://www.kernel.org/
arch = x86_64
@@ -45,9 +45,9 @@ pkgname = linux-next-git
pkgname = linux-next-git-headers
pkgdesc = Header files and scripts for building modules for Linux-next-git kernel
- depends = linux-uksm
+ depends = linux-next-git
pkgname = linux-next-git-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-next-git kernel
- depends = linux-uksm
+ depends = linux-next-git
diff --git a/PKGBUILD b/PKGBUILD
index 0d8608a82c3a..5dda98840871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ _1k_HZ_ticks=
### Do not edit below this line unless you know what you're doing
pkgbase=linux-next-git
-pkgver=20190723.r0.gb010bb39ab1a
+pkgver=20190726.r0.gfde50b96be82
_srcname=linux-next
pkgrel=1
arch=('x86_64')
@@ -254,7 +254,7 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
- depends=('linux-uksm')
+ depends=('linux-next-git')
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
@@ -337,7 +337,7 @@ _package-headers() {
_package-docs() {
pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
- depends=('linux-uksm')
+ depends=('linux-next-git')
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"