diff options
Diffstat (limited to 'community/tilix/PKGBUILD')
-rw-r--r-- | community/tilix/PKGBUILD | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/tilix/PKGBUILD b/community/tilix/PKGBUILD new file mode 100644 index 00000000..8edf0956 --- /dev/null +++ b/community/tilix/PKGBUILD @@ -0,0 +1,12 @@ +# https://github.com/gnunn1/tilix/issues/1392 + +source+=('tilix-1.7.9-32bit-glong-getCursorPosition.patch') +sha256sums+=('3217d9e0d84a2d4c3ce7d066e99fda23bf814f395a18881caef5245e51276824') + +eval "$( + declare -f prepare | \ + sed ' + 3 a patch -Np1 -i "${srcdir}"/tilix-1.7.9-32bit-glong-getCursorPosition.patch + ' +)" + |