solid - 2

This commit is contained in:
Евгений Храмов 2024-11-04 21:38:50 +03:00
parent ef38970eaf
commit b32d5b4496

@ -1,6 +1,6 @@
name='solid' name='solid'
version='6.7.0' version='6.7.0'
release='1' release='2'
desc='Hardware integration and detection.' desc='Hardware integration and detection.'
homepage='https://community.kde.org/Frameworks' homepage='https://community.kde.org/Frameworks'
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>' maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
@ -35,7 +35,7 @@ checksums=('SKIP')
prepare() { prepare() {
cd $name-$version cd $name-$version
patch -p1 < /home/xpamych/IdeaProjects/xpamych-alr-repo/solid/wrong_argument_qchar.diff patch -p1 < $scriptdir/wrong_argument_qchar.diff
} }
build() { build() {