Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / toxic
Commits: 454e7906 by Carl Smedstad at 2026-02-14T06:54:30+01:00 upgpkg: 0.16.2-1: Upstream release https://github.com/TokTok/toxic/releases/tag/v0.16.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = toxic pkgdesc = CLI Tox client - pkgver = 0.16.1 - pkgrel = 3 + pkgver = 0.16.2 + pkgrel = 1 url = https://github.com/JFreegman/toxic arch = x86_64 license = GPL-3.0-or-later @@ -18,8 +18,8 @@ pkgbase = toxic depends = openal depends = qrencode depends = toxcore - source = git+https://github.com/JFreegman/toxic?signed#tag=v0.16.1 + source = git+https://github.com/JFreegman/toxic?signed#tag=v0.16.2 validpgpkeys = BABD00573A065BFA90D53D563627F3144076AE63 - sha512sums = 19ff76357be3dbde72bc406cc64dd63ad359640aae381f8b07d9fdb6cb4e14ca692748fa0a0ab5f192047dd8fae2f3957c41ffdd597e66bebf993987ee57a018 + sha512sums = c53f47b6577890da49ff9a5fdf6de3a43a83a2d37cb655fb140eee71512d1317cc330857d433e45e75a5790f53a9eae675afd51af2d3ae6212b4a5229dffad47 pkgname = toxic ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Vlad M. <[email protected]> pkgname=toxic -pkgver=0.16.1 -pkgrel=3 +pkgver=0.16.2 +pkgrel=1 pkgdesc='CLI Tox client' arch=('x86_64') url='https://github.com/JFreegman/toxic' @@ -25,7 +25,7 @@ depends=( ) makedepends=('git') source=("git+https://github.com/JFreegman/$pkgname?signed#tag=v$pkgver") -sha512sums=('19ff76357be3dbde72bc406cc64dd63ad359640aae381f8b07d9fdb6cb4e14ca692748fa0a0ab5f192047dd8fae2f3957c41ffdd597e66bebf993987ee57a018') +sha512sums=('c53f47b6577890da49ff9a5fdf6de3a43a83a2d37cb655fb140eee71512d1317cc330857d433e45e75a5790f53a9eae675afd51af2d3ae6212b4a5229dffad47') validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63') # Jfreegman <[email protected]> build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/toxic/-/commit/454e79064213b2377810ce89482c9adf11d9abda -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/toxic/-/commit/454e79064213b2377810ce89482c9adf11d9abda You're receiving this email because of your account on gitlab.archlinux.org.
