summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUffe Jakobsen2021-09-09 18:57:43 +0200
committerUffe Jakobsen2021-09-09 18:57:43 +0200
commiteef3e8da561b0c18d4839c924f1d95d12dee8c96 (patch)
treeea093b0217fef985eda2e92965c62f56f0e9e4a6 /PKGBUILD
parentce1f64753eafc0dfce4b7993306992a74983637b (diff)
downloadaur-eef3e8da561b0c18d4839c924f1d95d12dee8c96.tar.gz
Apply local patch until fixed upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58c0a99e4560..df19f436b38b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -93,7 +93,7 @@ BUILD_DIR="_build"
prepare()
{
cd "${srcdir}/${_pkg_name_ver}"
- #patch -p0 < "${startdir}/CMakeLists.txt.patch"
+ patch -p0 < "${startdir}/codelite-quickfindbar-focus-tweak.patch"
}