chrome-libxkbcommon: fix source tar file reference

This commit is contained in:
Rudi Heitbaum 2025-04-22 06:49:01 +00:00
parent d38d54c146
commit 83caa12228

View File

@ -11,5 +11,5 @@ PKG_BUILD_FLAGS="-sysroot"
unpack() {
mkdir -p ${PKG_BUILD}
tar --strip-components=1 -xf ${SOURCES}/${PKG_NAME:7}/${PKG_NAME:7}-${PKG_VERSION}.tar.xz -C ${PKG_BUILD}
tar --strip-components=1 -xf ${SOURCES}/${PKG_NAME:7}/${PKG_NAME:7}-${PKG_VERSION}.tar.gz -C ${PKG_BUILD}
}