George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
halloy
Commits:
5ff1c289 by George Rawlinson at 2026-05-30T01:25:10+00:00
upgpkg: 2026.7-2
Re-enable all features.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = halloy
pkgdesc = An open-source IRC client
pkgver = 2026.7
- pkgrel = 1
+ pkgrel = 2
url = https://halloy.chat
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=halloy
pkgver=2026.7
-pkgrel=1
+pkgrel=2
pkgdesc='An open-source IRC client'
arch=(x86_64)
url='https://halloy.chat'
@@ -35,13 +35,13 @@ prepare() {
build() {
cd "$pkgname"
- LIBSQLITE3_SYS_USE_PKG_CONFIG=1 cargo build --locked --profile packaging
+ LIBSQLITE3_SYS_USE_PKG_CONFIG=1 cargo build --locked --profile packaging
--all-features
}
check() {
cd "$pkgname"
- LIBSQLITE3_SYS_USE_PKG_CONFIG=1 cargo test --locked --profile packaging
+ LIBSQLITE3_SYS_USE_PKG_CONFIG=1 cargo test --locked --profile packaging
--all-features
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/halloy/-/commit/5ff1c28973171863d644cc43600add6e8cc9c01d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/halloy/-/commit/5ff1c28973171863d644cc43600add6e8cc9c01d
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help