summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2023-07-03 22:27:20 +1000
committerKyle De'Vir2023-07-03 22:27:20 +1000
commitce92495daf93c00409f3821a8c57c997424aec50 (patch)
treed69e6f4dee435f080aef6bd440523dba3075d2f5
parentb431d39e3924b61cd18b72de6e11a49bbae9737b (diff)
downloadaur-ce92495daf93c00409f3821a8c57c997424aec50.tar.gz
Stall bcachefs-tools at 84cb7bff for now as master doesn't currently build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--bcachefs-tools-git.install8
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 465ba19efaf3..81182b72a997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bcachefs-tools-git
pkgdesc = BCacheFS filesystem utilities
- pkgver = 1063
+ pkgver = 1072
pkgrel = 1
url = https://github.com/koverstreet/bcachefs-tools
install = bcachefs-tools-git.install
@@ -40,7 +40,7 @@ pkgbase = bcachefs-tools-git
depends = zlib
provides = bcachefs-tools
options = !strip
- source = git+https://github.com/koverstreet/bcachefs-tools
+ source = git+https://github.com/koverstreet/bcachefs-tools#commit=84cb7bffe5e80ef9036213bbfbaf358d478536be
source = add-mkinitcpio-hook-for-Arch.patch
sha512sums = SKIP
sha512sums = e75e0fc9576990d910acf5a3eafb1f83ab7d407bddcc210c9926b048ceb3ef018749654ca6a6ebdfab45a3e00031f6bb3537d2f3f19e3a7ec3be7c470d4ce7df
diff --git a/PKGBUILD b/PKGBUILD
index c5f6b35bb025..e192ec59c021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle De'Vir (QuartzDragon) <kyle.devir.mykolab.com>
pkgname=bcachefs-tools-git
-pkgver=1063
+pkgver=1072
pkgrel=1
pkgdesc="BCacheFS filesystem utilities"
url="https://github.com/koverstreet/bcachefs-tools"
@@ -20,7 +20,7 @@ _reponame="bcachefs-tools"
_repo_url="https://github.com/koverstreet/$_reponame"
source=(
- "git+$_repo_url"
+ "git+$_repo_url#commit=84cb7bffe5e80ef9036213bbfbaf358d478536be"
"add-mkinitcpio-hook-for-Arch.patch"
)
sha512sums=('SKIP'
diff --git a/bcachefs-tools-git.install b/bcachefs-tools-git.install
index f9ac55335bfc..6baeb4ae7185 100644
--- a/bcachefs-tools-git.install
+++ b/bcachefs-tools-git.install
@@ -1,16 +1,16 @@
post_upgrade() {
- echo "If you haven't already, please manually add 'bcachefs' to mkinitcpio.conf variables 'MODULES=()', 'BINARIES=()', and 'HOOKS=()'"
+ echo "If you haven't already, please manually add 'bcachefs' to mkinitcpio.conf variables 'MODULES=()' and 'HOOKS=()', and also add '/usr/bin/bcachefs' to 'BINARIES=()'"
echo "and then run 'mkinitcpio -p linux-bcachefs-git'"
}
post_install() {
- echo "Please manually add 'bcachefs' to mkinitcpio.conf variables 'MODULES=()', 'BINARIES=()', and 'HOOKS=()'"
+ echo "Please manually add 'bcachefs' to mkinitcpio.conf variables 'MODULES=()' and 'HOOKS=()', and also add '/usr/bin/bcachefs' to 'BINARIES=()'"
echo "and then run 'mkinitcpio -p linux-bcachefs-git'"
}
post_remove() {
- echo "Please manually remove 'bcachefs' to mkinitcpio.conf variables 'MODULES=()', 'BINARIES=()', and 'HOOKS=()'"
+ echo "Please manually remove 'bcachefs' from mkinitcpio.conf variables 'MODULES=()' and 'HOOKS=()', and also remove '/usr/bin/bcachefs' from 'BINARIES=()'"
echo "and then run 'mkinitcpio -p linux-bcachefs-git'"
}
-# vim:set ft=sh ts=8 sts=2 sw=2 et:
+# vim:set ft=sh ts=8 sts=2 sw=2 et: \ No newline at end of file