summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsayad2021-01-25 01:07:26 +0600
committersayad2021-01-25 01:07:26 +0600
commit2a6a8dd1db828f75e86534c241afc11c82e9b83b (patch)
tree341ed7301dad67fdbed65f2cd531b1d4bdd46596
parentd6fd7a56637ca17a3358853967693db7086c609d (diff)
downloadaur-2a6a8dd1db828f75e86534c241afc11c82e9b83b.tar.gz
Bug fix
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 043c6de60c9a..d207bfa87a72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = linux-mainline-bcachefs
+ pkgbase = linux-mainline-bcachefs
pkgdesc = Linux-tkg with bcachefs
pkgver = 5.10.10
pkgrel = 114
@@ -28,8 +28,6 @@ pkgbase = linux-mainline-bcachefs
options = !strip
options = docs
source = git+https://github.com/koverstreet/bcachefs.git
- source = prepare
- source = customization.cfg
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.10.10.xz
source = https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v10.1%2B_kernel_v5.8%2B.patch
source = config.x86_64
@@ -54,8 +52,6 @@ pkgbase = linux-mainline-bcachefs
source = https://raw.githubusercontent.com/Frogging-Family/linux-tkg/master/linux-tkg-patches/5.10/0011-ZFS-fix.patch
source = https://raw.githubusercontent.com/Frogging-Family/linux-tkg/master/linux-tkg-patches/5.10/0012-misc-additions.patch
sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
sha256sums = f60f800329a7461e5ff542f7f19e24a073f1e49a74f96dfb5d45a899f6a9cad8
sha256sums = SKIP
sha256sums = fc5fc8944d0926cfc0aaf17be493ebe6549d8709f354191df6078337544cb3cb
@@ -83,3 +79,4 @@ pkgbase = linux-mainline-bcachefs
pkgname = linux-mainline-bcachefs
pkgname = linux-mainline-bcachefs-headers
+
diff --git a/PKGBUILD b/PKGBUILD
index 4a1621f4a27b..4ec17bede272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,8 +64,6 @@ case $_basever in
510)
opt_ver="5.8%2B"
source=("$kernel_site"
- prepare
- customization.cfg
"$patch_site"
"https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v10.1%2B_kernel_v5.8%2B.patch"
'config.x86_64' # stock Arch config
@@ -96,8 +94,6 @@ case $_basever in
"https://raw.githubusercontent.com/Frogging-Family/linux-tkg/master/linux-tkg-patches/5.10/0012-misc-additions.patch"
)
sha256sums=('SKIP'
- 'SKIP'
- 'SKIP'
'f60f800329a7461e5ff542f7f19e24a073f1e49a74f96dfb5d45a899f6a9cad8'
'SKIP'
'fc5fc8944d0926cfc0aaf17be493ebe6549d8709f354191df6078337544cb3cb'
@@ -131,9 +127,8 @@ export KBUILD_BUILD_TIMESTAMP="$(date -Ru${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EP
prepare() {
#rm -rf $pkgdir # Nuke the entire pkg folder so it'll get regenerated clean on next build
- #ln -s "${_where}/customization.cfg" "${srcdir}" # workaround
- #ln -s "${_where}/prepare" "${srcdir}" # workaround
- ln -s "${_where}/${_srcpath}" "${srcdir}" # workaround
+ ln -s "${_where}/customization.cfg" "${srcdir}" # workaround
+ #ln -s "${_where}/${_srcpath}" "${srcdir}" # workaround
cd "${srcdir}/${_srcpath}"