From 2303db2d8efa8e266ac91581509d7a06a9e4b843 Mon Sep 17 00:00:00 2001 From: txtsd Date: Tue, 30 Jul 2024 19:31:23 +0530 Subject: [PATCH] upgpkg: halloy 2024.9-1 Upstream Release: halloy 2024.9 Signed-off-by: txtsd --- .SRCINFO | 7 ++++--- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8b956424..6d0cb081 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = halloy pkgdesc = An open-source IRC client written in Rust, with the Iced GUI library - pkgver = 2024.8 + pkgver = 2024.9 pkgrel = 1 url = https://github.com/squidowl/halloy arch = x86_64 @@ -11,10 +11,11 @@ pkgbase = halloy depends = glibc depends = gcc-libs depends = hicolor-icon-theme + depends = alsa-lib provides = halloy conflicts = halloy options = !lto - source = halloy-2024.8.tar.gz::https://github.com/squidowl/halloy/archive/refs/tags/2024.8.tar.gz - sha256sums = db0d5f248452a235d3f11930438c5bd6ad87d15aa3e75cc7f5f9732d511340a9 + source = halloy-2024.9.tar.gz::https://github.com/squidowl/halloy/archive/refs/tags/2024.9.tar.gz + sha256sums = b5eef2111ca4fa11f62d91368b2d0aafe637ae1743c3006e9c9dc76242d95c0b pkgname = halloy diff --git a/PKGBUILD b/PKGBUILD index 734ce18f..247a1797 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,20 +1,20 @@ # Maintainer: txtsd pkgname=halloy -pkgver=2024.8 +pkgver=2024.9 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' license=('GPL-3.0-or-later') -depends=('openssl' 'glibc' 'gcc-libs' 'hicolor-icon-theme') +depends=('openssl' 'glibc' 'gcc-libs' 'hicolor-icon-theme' 'alsa-lib') 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=('db0d5f248452a235d3f11930438c5bd6ad87d15aa3e75cc7f5f9732d511340a9') +sha256sums=('b5eef2111ca4fa11f62d91368b2d0aafe637ae1743c3006e9c9dc76242d95c0b') prepare() { cd "${pkgname}-${pkgver}"