From 1ae4afc14204f95d66b46088514dca6934ff37f8 Mon Sep 17 00:00:00 2001 From: txtsd Date: Sat, 6 Apr 2024 11:25:57 +0530 Subject: [PATCH] upgpkg: halloy-git 2024.6.r0.g7068008-1 Upstream Release: halloy-git 2024.6.r0.g7068008 Signed-off-by: txtsd --- halloy-git/.SRCINFO | 3 ++- halloy-git/PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/halloy-git/.SRCINFO b/halloy-git/.SRCINFO index 5e68f419..e2e27dfb 100644 --- a/halloy-git/.SRCINFO +++ b/halloy-git/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = halloy-git pkgdesc = An open-source IRC client written in Rust, with the Iced GUI library - pkgver = 2024.4.r0.g8378f04 + pkgver = 2024.6.r0.g7068008 pkgrel = 1 url = https://github.com/squidowl/halloy arch = x86_64 @@ -14,6 +14,7 @@ pkgbase = halloy-git depends = hicolor-icon-theme provides = halloy conflicts = halloy + options = !lto source = git+https://github.com/squidowl/halloy sha256sums = SKIP diff --git a/halloy-git/PKGBUILD b/halloy-git/PKGBUILD index 8a69e27c..eace8feb 100644 --- a/halloy-git/PKGBUILD +++ b/halloy-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=halloy-git _pkgname="${pkgname/-git}" -pkgver=2024.4.r0.g8378f04 +pkgver=2024.6.r0.g7068008 pkgrel=1 pkgdesc='An open-source IRC client written in Rust, with the Iced GUI library' arch=('x86_64') @@ -13,6 +13,7 @@ makedepends=('git' 'cargo') checkdepends=('cargo') provides=('halloy') conflicts=('halloy') +options=('!lto') source=("git+${url}") sha256sums=('SKIP')