diff --git a/firmware/firmware-chuwi-hi10plus/20-touchscreen-firmware.files b/firmware/firmware-chuwi-hi10plus/20-touchscreen-firmware.files index dd8d183d8..1e27a7844 100644 --- a/firmware/firmware-chuwi-hi10plus/20-touchscreen-firmware.files +++ b/firmware/firmware-chuwi-hi10plus/20-touchscreen-firmware.files @@ -1 +1 @@ -/lib/firmware/silead_ts.fw +/lib/firmware/silead/gsl1680-chuwi-hi10plus.fw diff --git a/firmware/firmware-chuwi-hi10plus/APKBUILD b/firmware/firmware-chuwi-hi10plus/APKBUILD index 3b4b467d4..99c316a61 100644 --- a/firmware/firmware-chuwi-hi10plus/APKBUILD +++ b/firmware/firmware-chuwi-hi10plus/APKBUILD @@ -1,21 +1,21 @@ pkgname=firmware-chuwi-hi10plus pkgver=0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Firmware for Chuwi Hi10 Plus" url="https://github.com/onitake/gsl-firmware" arch="x86_64" license="proprietary" depends="" -source="https://github.com/onitake/gsl-firmware/raw/master/firmware/chuwi/hi10_plus/silead_ts.fw +source="https://github.com/Danct12/gsl-firmware/raw/master/firmware/chuwi/hi10_plus/firmware.fw 20-touchscreen-firmware.files" options="!strip !check !archcheck" package() { - install -Dm644 "$srcdir/silead_ts.fw" \ - "$pkgdir/lib/firmware/silead_ts.fw" + install -Dm644 "$srcdir/firmware.fw" \ + "$pkgdir/lib/firmware/silead/gsl1680-chuwi-hi10plus.fw" install -Dm644 "$srcdir/20-touchscreen-firmware.files" \ "$pkgdir/etc/postmarketos-mkinitfs/files/20-touchscreen-firmware.files" } -sha512sums="00f2e99f8966dc50be0c2c21750eb729b7cec4408e962a8da6c0ee5ba2d26937711bcd09466019912f82022839dacf11ae1cf2760d2bc6a6a9321afb049c2ef8 silead_ts.fw -99db65efe61bd0a4b85f98adb69f7faef974d83135f2d0e8ca38fe009c71dc7b3f77bb856e05299aa92af5bf343c9c7f35a12889180bbf7c087f802dffecf6d3 20-touchscreen-firmware.files" +sha512sums="450f9a12ec7a766f29eac7b29bdc10a30ad0161645e94b0290f5caec0ac24db7da080446aeb53a0674c1c8229598ae7459f1f30c9761ffaad9bfd32027702613 firmware.fw +85eda4c0a90f4d9aaf34dff36b08534e27962acd0214873a6b73039a663dd5bfd7de084833b07f2a56314466e2466ad68ce7b6ecbfe496c0578020847bc9b6e6 20-touchscreen-firmware.files"