summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortxtsd2024-04-06 11:19:57 +0530
committertxtsd2024-04-06 11:19:57 +0530
commit96a5054ff9f5e4e37a1b339a6bfaff22514e98f2 (patch)
treefcc2eaea8ffad7714390c481d8e65cf16fd90592 /PKGBUILD
parente92a7839515bb216c348f1000b2f303827a275bf (diff)
downloadaur-96a5054ff9f5e4e37a1b339a6bfaff22514e98f2.tar.gz
upgpkg: halloy 2024.6-1
Upstream Release: halloy 2024.6 Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c88840febd7..01f79fd906b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: txtsd <aur.archlinux@ihavea.quest>
pkgname=halloy
-pkgver=2024.5
-pkgrel=2
+pkgver=2024.6
+pkgrel=1
pkgdesc='An open-source IRC client written in Rust, with the Iced GUI library'
arch=('x86_64')
url='https://github.com/squidowl/halloy'
@@ -12,8 +12,9 @@ makedepends=('cargo')
checkdepends=('cargo')
provides=('halloy')
conflicts=('halloy')
+options=('!lto')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/squidowl/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('6c68e9aa7ffa0785130f39aa6b0fcb8c79e0cfc7320e3967590594f6dabfc75a')
+sha256sums=('e831173a5e209f3f46edc5de68c4b6c9e4b04d2a73acae12b2f238e5b616c6c8')
prepare() {
cd "${pkgname}-${pkgver}"