summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2023-05-10 16:10:53 +0200
committerTaijian2023-05-10 16:10:53 +0200
commit8d87a071639867bafa16a27f1a518e853717eeab (patch)
tree86b972fca51c031415d8f6eec856dfecb5ae7680
parent49aeaf6639822a0d281567420bd8d1666f3d1bd8 (diff)
downloadaur-8d87a071639867bafa16a27f1a518e853717eeab.tar.gz
update to 6.3.1-arch2
-rw-r--r--PKGBUILD2
-rwxr-xr-xchroot-build.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 445a5198c5b9..40cc38da6612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgbase=linux-g14
-pkgver=6.3.1.arch1
+pkgver=6.3.1.arch2
pkgrel=1
pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}
diff --git a/chroot-build.sh b/chroot-build.sh
index db0e4e0c42b4..3d7f3965149d 100755
--- a/chroot-build.sh
+++ b/chroot-build.sh
@@ -33,6 +33,10 @@ elif [[ -d "$(pwd)/release-pkg" ]]; then
export LOGDEST="$(pwd)/release-pkg"
fi
+# use modprobed-db
+#cp $HOME/.config/modprobed.db ./
+#sed 's/# modprobed-db/ modprobed-db/g' -i PKGBUILD
+#sed 's/# make LSMOD/_make LSMOD' -i PKGBUILD
#
# To send environment variable to a PKGBUILD call this script like this: