Skip to content

Commit

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

Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Jul 30, 2024
1 parent 33245cd commit a4fe7b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions halloy-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = halloy-bin
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 @@ -9,9 +9,10 @@ pkgbase = halloy-bin
depends = glibc
depends = gcc-libs
depends = hicolor-icon-theme
depends = alsa-lib
provides = halloy
conflicts = halloy
source = https://github.com/squidowl/halloy/releases/download/2024.8/halloy-2024.8-x86_64-linux.tar.gz
sha256sums = b591e780d7dcb880769f6a8b5e96f2cddf472fd74ba70b7e0855e16c91f8ae75
source = https://github.com/squidowl/halloy/releases/download/2024.9/halloy-2024.9-x86_64-linux.tar.gz
sha256sums = 86ffefe36116fbdc5d6adfec12c8112971faba1db88043550b783e067e40f520

pkgname = halloy-bin
6 changes: 3 additions & 3 deletions halloy-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

pkgname=halloy-bin
_pkgname="${pkgname/-bin}"
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')
provides=('halloy')
conflicts=('halloy')
source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-x86_64-linux.tar.gz")
sha256sums=('b591e780d7dcb880769f6a8b5e96f2cddf472fd74ba70b7e0855e16c91f8ae75')
sha256sums=('86ffefe36116fbdc5d6adfec12c8112971faba1db88043550b783e067e40f520')

package() {
install -Dm755 "${srcdir}/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
Expand Down

0 comments on commit a4fe7b8

Please sign in to comment.