Skip to content

Commit

Permalink
upgpkg: halloy 2024.9-1
Browse files Browse the repository at this point in the history
Upstream Release: halloy 2024.9

Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Jul 30, 2024
1 parent 26258d6 commit 2303db2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Maintainer: txtsd <[email protected]>

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}"
Expand Down

0 comments on commit 2303db2

Please sign in to comment.