diff --git a/.SRCINFO b/.SRCINFO index 8a06b39..f3f4315 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -39,6 +39,7 @@ pkgbase = nheko-git optdepends = qt-jdenticon provides = nheko=0.10.2.r98.gac48c332 conflicts = nheko + options = lto source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master md5sums = SKIP diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6a9b95 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +* + +!.gitignore +!PKGBUILD +!.SRCINFO diff --git a/PKGBUILD b/PKGBUILD index 1a38c6e..d8b794d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -19,6 +19,8 @@ conflicts=("nheko") source=($pkgname::git+https://github.com/Nheko-Reborn/nheko.git#branch=master) md5sums=("SKIP") +options=(lto) + prepare() { cd "$pkgname" }