summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-02 20:15:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-02 20:15:12 -0700
commit835f936e93a62cea2333c0e86bfb61a31293bcb5 (patch)
tree4961a1efacfc423c67ecb560e548eec8ee6dead4
parentUpdated to 0.10.1 (diff)
downloadtoxic-835f936e93a62cea2333c0e86bfb61a31293bcb5.tar.xz
Updated to 0.11.1
-rw-r--r--PKGBUILD10
1 files 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 <jfreegman@gmail.com>
@@ -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() {