summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2019-06-18 18:33:17 +1000
committerKyle De'Vir2019-06-18 18:33:17 +1000
commite43b8949f2323826b497dc07928f6cd8c1b856de (patch)
tree6ae638d86317ff325213a08609d734e73526949d
parentb9fcae07e4b14d0faa76afcbc7db85c28a372ebc (diff)
downloadaur-e43b8949f2323826b497dc07928f6cd8c1b856de.tar.gz
5.1.11
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD2
3 files changed, 14 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff677a853400..cd8e0d1080fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-pds
- pkgver = 5.1.9.arch1
+ pkgver = 5.1.11.arch1
pkgrel = 1
url = https://git.archlinux.org/linux.git/log/?h=v
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = linux-pds
makedepends = libelf
makedepends = git
options = !strip
- source = git+https://git.archlinux.org/linux?signed#tag=v5.1.9-arch1
+ source = git+https://git.archlinux.org/linux?signed#tag=v5.1.11-arch1
source = git+https://github.com/graysky2/kernel_gcc_patch
source = config
source = 60-linux.hook
@@ -44,11 +44,11 @@ pkgname = linux-pds
pkgname = linux-pds-headers
pkgdesc = Header files and scripts for building modules for Linux-pds kernel ~ featuring Alfred Chen's PDS CPU scheduler, rebased by TkG
- provides = linux-pds-headers=5.1.9.arch1
- provides = linux-headers=5.1.9.arch1
+ provides = linux-pds-headers=5.1.11.arch1
+ provides = linux-headers=5.1.11.arch1
pkgname = linux-pds-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-pds kernel ~ featuring Alfred Chen's PDS CPU scheduler, rebased by TkG
- provides = linux-pds-docs=5.1.9.arch1
- provides = linux-docs=5.1.9.arch1
+ provides = linux-pds-docs=5.1.11.arch1
+ provides = linux-docs=5.1.11.arch1
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..71235bd1a94e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+linux
+kernel_gcc_patch
+*.xz
+*.gz
+*.pkg.tar*
+pkg
+src \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index aaa43e63a978..a9211b854e73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ _subarch=
_localmodcfg=
pkgbase=linux-pds
-_srcver_tag=5.1.9-arch1
+_srcver_tag=5.1.11-arch1
pkgver="${_srcver_tag//-/.}"
pkgrel=1
arch=(x86_64)