Files
termux-packages/packages/libtermkey
termux-pacman-bot 918ccde9eb fix(main/libtermkey): fix pkgconfig file installation path
- Installed files change:

```diff
--- libtermkey-old.txt	2026-01-25 04:21:25.933458391 -0600
+++ libtermkey-new.txt	2026-01-25 04:24:01.881458280 -0600
@@ -8,16 +8,9 @@
 /data/data/com.termux/files/usr/include/termkey.h
 /data/data/com.termux/files/usr/lib
 /data/data/com.termux/files/usr/lib/libtermkey.so
-/data/data/com.termux/files/usr/lib/pkgconfig:
-/data/data/com.termux/files/usr/lib/pkgconfig:/data
-/data/data/com.termux/files/usr/lib/pkgconfig:/data/data
-/data/data/com.termux/files/usr/lib/pkgconfig:/data/data/com.termux
-/data/data/com.termux/files/usr/lib/pkgconfig:/data/data/com.termux/files
-/data/data/com.termux/files/usr/lib/pkgconfig:/data/data/com.termux/files/usr
-/data/data/com.termux/files/usr/lib/pkgconfig:/data/data/com.termux/files/usr/share
-/data/data/com.termux/files/usr/lib/pkgconfig:/data/data/com.termux/files/usr/share/pkgconfig
-/data/data/com.termux/files/usr/lib/pkgconfig:/data/data/com.termux/files/usr/share/pkgconfig/termkey.pc
 /data/data/com.termux/files/usr/share
 /data/data/com.termux/files/usr/share/doc
 /data/data/com.termux/files/usr/share/doc/libtermkey
 /data/data/com.termux/files/usr/share/doc/libtermkey/copyright
+/data/data/com.termux/files/usr/share/pkgconfig
+/data/data/com.termux/files/usr/share/pkgconfig/termkey.pc
```
2026-01-27 03:35:42 +00:00
..