From 1b3d7413914e8ad1ecc2376ed8bf7ca48b945dab Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 May 2018 14:28:30 +0200 Subject: community/tilix: fixed a long to glong --- community/tilix/PKGBUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/tilix/PKGBUILD (limited to 'community/tilix/PKGBUILD') 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 + ' +)" + -- cgit v1.2.3-54-g00ecf