mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/toxic: upgrade to 0.12.0
This commit is contained in:
parent
22183ce194
commit
b089f4f15d
@ -1,15 +1,26 @@
|
||||
# Maintainer: Jonathan Sieber <mail@strfry.org>
|
||||
pkgname=toxic
|
||||
pkgver=0.11.3
|
||||
pkgrel=2
|
||||
pkgver=0.12.0
|
||||
pkgrel=0
|
||||
pkgdesc="ncurses-based Tox client"
|
||||
url="https://github.com/JFreegman/toxic"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
options="!check"
|
||||
subpackages="$pkgname-doc"
|
||||
makedepends="toxcore-dev libconfig-dev ncurses-dev openal-soft-dev linux-headers
|
||||
libvpx-dev opus-dev libnotify-dev libqrencode-dev curl-dev libx11-dev"
|
||||
makedepends="
|
||||
curl-dev
|
||||
libconfig-dev
|
||||
libnotify-dev
|
||||
libqrencode-dev
|
||||
libvpx-dev
|
||||
libx11-dev
|
||||
linux-headers
|
||||
ncurses-dev
|
||||
openal-soft-dev
|
||||
opus-dev
|
||||
toxcore-dev
|
||||
"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/toxic/archive/v$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
@ -21,5 +32,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
2c8408004d9644b52cbe9477d7c486622fcef52f1d10a1bcdf7555656a2f2e1bd4c6f0594a7b0b3156fd6908c470c5b41c55e6e0914c3eb2067614013f0f259f toxic-0.11.3.tar.gz
|
||||
d776fe792ae0236fb7be4cf35ea77fc42dcdb4a0762e0f387cda8ffc91836244e05f067c414931bf2b2cbfc48320fc61a5f488e1d3e185933c14ba6fd72f632d toxic-0.12.0.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user