CHG Version 6.7.3

This commit is contained in:
2024-02-02 02:04:24 +01:00
parent 3bec5d5a0b
commit d382d4d468
2 changed files with 11 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-tom
pkgver=6.7.2.arch1
pkgrel=4
pkgver=6.7.3.arch1
pkgrel=1
pkgdesc='Linux'
url='https://github.com/archlinux/linux'
arch=(x86_64)
@@ -24,6 +24,12 @@ makedepends=(
imagemagick
python-sphinx
texlive-latexextra
# my additional texlive preconditions for documentation:
texlive-plaingeneric
texlive-binextra
texlive-langgerman
hyphen
hyphen-de
)
options=('!strip')
_srcname=linux-${pkgver%.*}
@@ -74,6 +80,7 @@ prepare() {
echo "Setting config..."
cp ../config .config
make olddefconfig
# this and next line is added by me, Thomas Kuschel oe3tkt
make menuconfig
diff -u ../config .config || :