From 835f936e93a62cea2333c0e86bfb61a31293bcb5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 2 Sep 2021 20:15:12 -0700 Subject: Updated to 0.11.1 --- PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9f39c0d..0950a8c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,8 +10,8 @@ pkgname=toxic pkgdesc='CLI Tox client' license=('GPL3') -pkgver=0.10.1 -pkgrel=1.3 +pkgver=0.11.1 +pkgrel=1 depends=('curl' 'freealut' 'libnotify' @@ -22,7 +22,7 @@ arch=('x86_64') url='https://github.com/JFreegman/toxic' source=($pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz $pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc) -b2sums=('d367039bef9c97c23c8e5453b607cf72f70776e8c86c41da0480eb04725a901bf33bb89727aee3010ad97d33ef2aa653ff09ea49b597cdf2008ff976c395065c' +b2sums=('1e388982236badf1a27cb1cfd9e84ec635be6a576a0719a7394f32ac82f23796f94236ab807180620cbfa8c0c42f43ff244d2d99d27cd5ab3258c1ce69acc545' 'SKIP') validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63') # Jfreegman @@ -35,9 +35,7 @@ build() { # Bypass lesser optimizations sed -i '25s/else/#else/' $srcdir/${pkgname}-${pkgver}/Makefile - # enabled X11 on konsole may cause https://github.com/JFreegman/toxic/issues/277 - # but we can only do video and call with X11 enabled https://bugs.archlinux.org/task/52836 - make PREFIX=/usr ENABLE_RELEASE=1 + make PREFIX=/usr ENABLE_RELEASE=1 DISABLE_GAMES=1 } package() { -- cgit v1.2.1