summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-09-04 07:57:49 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2021-09-04 07:57:49 +0300
commit64fc94252ce1ac731f3a4ad2b3d4a3b38b7d2411 (patch)
treef082cb961081e355fe8098f4e1975e84455605a1
parenttoxic v0.10.1 (diff)
downloadtoxic-nox-64fc94252ce1ac731f3a4ad2b3d4a3b38b7d2411.tar.xz
Update to 0.11.1HEADmaster
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fed17c..38c8b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkg=toxic
pkgname=toxic-nox
pkgdesc='CLI Tox client'
license=('GPL3')
-pkgver=0.10.1
+pkgver=0.11.1
pkgrel=1
conflicts=('toxic')
depends=('curl'
@@ -17,11 +17,11 @@ url='https://github.com/JFreegman/toxic'
source=("$_pkg-$pkgver.tar.gz::https://github.com/JFreegman/toxic/archive/v$pkgver/toxic-$pkgver.tar.gz"
"$_pkg-$pkgver.tar.gz.asc::https://github.com/JFreegman/toxic/releases/download/v$pkgver/toxic-$pkgver.tar.gz.asc"
)
-sha512sums=('aec2e6612d639e0210ae68db3368b656647575e3d927444d0726422ff2cf9718dd5a8b3f37a8253cdc3714f09f9f96828dfccf7a7ae12f8a41ce3207f92a684d'
+sha512sums=('53fba05271020547e779d63bea777f90f56b61e3eb2775afabe92e047a8347b4a9166628bb59d2eaab2e36a1121d791206ac68ff6604cb06fac6aaddbb05e787'
'SKIP')
validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63') # Jfreegman <jfreegman@gmail.com>
-flags="DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 ENABLE_RELEASE=1"
+flags="DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 DISABLE_GAMES=1 ENABLE_RELEASE=1"
prepare() {
cd "$_pkg-$pkgver"