Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / toxic


Commits:
100f7e77 by Carl Smedstad at 2025-02-02T15:14:22+01:00
Update maintainer/contributor comments

- - - - -
1f90dafa by Carl Smedstad at 2025-02-02T15:15:31+01:00
Re-order fields according to PKGBUILD.proto

- - - - -
6490edcf by Carl Smedstad at 2025-02-02T15:16:14+01:00
Re-format - one dep per line, 2 space indent

- - - - -
ac5f22ae by Carl Smedstad at 2025-02-02T15:16:34+01:00
Use SPDX license identifier

- - - - -
b78c537a by Carl Smedstad at 2025-02-02T15:27:11+01:00
Add implicitly satisfied dependencies reported by namcap

- - - - -
8c39176a by Carl Smedstad at 2025-02-02T15:41:30+01:00
upgpkg: 0.16.0-1: Upstream release

https://github.com/JFreegman/toxic/releases/tag/v0.16.0

Version 0.16.1 uses unreleased features of the toxcore library, so it is
currently blocked.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,19 +1,25 @@
 pkgbase = toxic
        pkgdesc = CLI Tox client
-       pkgver = 0.15.1
+       pkgver = 0.16.0
        pkgrel = 1
        url = https://github.com/JFreegman/toxic
        arch = x86_64
-       license = GPL3
+       license = GPL-3.0-or-later
        makedepends = git
        depends = curl
        depends = freealut
+       depends = glibc
+       depends = libconfig
        depends = libnotify
-       depends = qrencode
+       depends = libpng
+       depends = libvpx
        depends = libx11
+       depends = ncurses
+       depends = openal
+       depends = qrencode
        depends = toxcore
-       source = git+https://github.com/JFreegman/toxic?signed#tag=v0.15.1
+       source = git+https://github.com/JFreegman/toxic?signed#tag=v0.16.0
        validpgpkeys = BABD00573A065BFA90D53D563627F3144076AE63
-       sha512sums = 
c91cdc00decce47ee161c89a2819b3508c00e89dec4a44e3d304fbcbdd73f468443b7aa9382de5f43282d34dbb2453879a6308ab7ad2f1f78c01e0e611e4d906
+       sha512sums = 
481419e24597c18a921ef760ace815056eec3bf54496cca497a424c6bc873a2ad7cd30a84a6218bc8c248e7277bcb296080fbf4608193ea66d8bc550e2839d63
 
 pkgname = toxic


=====================================
PKGBUILD
=====================================
@@ -1,24 +1,32 @@
 # Maintainer: Jiachen Yang <[email protected]>
-# AUR Maintainer: Vlad M. <[email protected]>
+# Maintainer: Carl Smedstad <[email protected]>
+# Contributor: Vlad M. <[email protected]>
 
 pkgname=toxic
-pkgdesc='CLI Tox client'
-license=('GPL3')
-pkgver=0.15.1
+pkgver=0.16.0
 pkgrel=1
-depends=('curl'
-         'freealut'
-         'libnotify'
-         'qrencode'
-         'libx11'
-         'toxcore')
-makedepends=('git')
+pkgdesc='CLI Tox client'
 arch=('x86_64')
 url='https://github.com/JFreegman/toxic'
-source=("git+https://github.com/JFreegman/$pkgname?signed#tag=v$pkgver";
-       )
-sha512sums=('c91cdc00decce47ee161c89a2819b3508c00e89dec4a44e3d304fbcbdd73f468443b7aa9382de5f43282d34dbb2453879a6308ab7ad2f1f78c01e0e611e4d906')
-validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman 
<[email protected]>
+license=('GPL-3.0-or-later')
+depends=(
+  'curl'
+  'freealut'
+  'glibc'
+  'libconfig'
+  'libnotify'
+  'libpng'
+  'libvpx'
+  'libx11'
+  'ncurses'
+  'openal'
+  'qrencode'
+  'toxcore'
+)
+makedepends=('git')
+source=("git+https://github.com/JFreegman/$pkgname?signed#tag=v$pkgver";)
+sha512sums=('481419e24597c18a921ef760ace815056eec3bf54496cca497a424c6bc873a2ad7cd30a84a6218bc8c248e7277bcb296080fbf4608193ea66d8bc550e2839d63')
+validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63') # Jfreegman 
<[email protected]>
 
 build() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/toxic/-/compare/865aceb1802158cc07b8bf3e8bf1927daa72d80a...8c39176a687a2119fca05b3a89c4ab77ddfebc91

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/toxic/-/compare/865aceb1802158cc07b8bf3e8bf1927daa72d80a...8c39176a687a2119fca05b3a89c4ab77ddfebc91
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to