summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2019-06-12 16:55:18 +1000
committerKyle De'Vir2019-06-12 16:55:18 +1000
commit8fcfbb666b28d1d96e66d31f81d31e81cd27e854 (patch)
treef583d08cbd420d2a366a4e77b3ff6476cbc9fafd
parent04b8147c57545343cb197ed00ff93d2d464fd42e (diff)
downloadaur-8fcfbb666b28d1d96e66d31f81d31e81cd27e854.tar.gz
Unset _makenconfig
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 020a995bbe13..2dfed6b97975 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-bcachefs-git
- pkgver = 5.1.8.arch1
+ pkgver = 5.1.9.arch1
pkgrel = 1
url = https://github.com/koverstreet/bcachefs
arch = x86_64
@@ -39,11 +39,11 @@ pkgname = linux-bcachefs-git
pkgname = linux-bcachefs-git-headers
pkgdesc = Header files and scripts for building modules for Linux-bcachefs-git kernel ~ featuring Kent Overstreet's bcachefs filesystem
- provides = linux-bcachefs-git-headers=5.1.8.arch1
- provides = linux-headers=5.1.8.arch1
+ provides = linux-bcachefs-git-headers=5.1.9.arch1
+ provides = linux-headers=5.1.9.arch1
pkgname = linux-bcachefs-git-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-bcachefs-git kernel ~ featuring Kent Overstreet's bcachefs filesystem
- provides = linux-bcachefs-git-docs=5.1.8.arch1
- provides = linux-docs=5.1.8.arch1
+ provides = linux-bcachefs-git-docs=5.1.9.arch1
+ provides = linux-docs=5.1.9.arch1
diff --git a/PKGBUILD b/PKGBUILD
index e2f738e5c18e..0041c8c599ad 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Set these variables to ANYTHING that is not null to enable them
# Tweak kernel options prior to a build via nconfig
-_makenconfig=y
+_makenconfig=
# Optionally select a sub architecture by number if building in a clean chroot
# Leaving this entry blank will require user interaction during the build
@@ -59,7 +59,7 @@ _subarch=
_localmodcfg=
pkgbase=linux-bcachefs-git
-_srcver_tag=5.1.8-arch1
+_srcver_tag=5.1.9-arch1
pkgver="${_srcver_tag//-/.}"
pkgrel=1
arch=(x86_64)