summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wilhelm2021-11-04 13:35:32 +0100
committerDaniel Wilhelm2021-11-04 13:35:32 +0100
commit065492a03e1b3f8112ecd09c9e83327ea2a11abc (patch)
tree6fab153e16aedb8df3049001e964b4fec6e3312b
parent8c3ee4b162effae1fdc3f82b610499a57797e240 (diff)
downloadaur-065492a03e1b3f8112ecd09c9e83327ea2a11abc.tar.gz
upgrade wwphone to version 3.4.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 807846ea86a2..0c4d68b10918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = wwphone
pkgdesc = A proprietary CTI and SIP client from wwcom
- pkgver = 3.3.0
+ pkgver = 3.4.3
pkgrel = 1
url = https://www.wwcom.ch/
arch = x86_64
- license = custom:"Copyright (c) 2020 by wwcom ag"
+ license = custom:"Copyright (c) 2021 by wwcom ag"
depends = alsa-lib
+ depends = libpulse
depends = hidapi
depends = libxss
depends = gtk2
- source = https://wwcom.ch/downloads/wwphone_3_3_0.deb
- sha256sums = af021fa0b06dbc6428f385ee447bae33c4b2440cba3a174c53774c228e250fda
+ source = https://wwcom.ch/downloads/wwphone_3_4_3.deb
+ sha256sums = 012342c2abce67c29afcf91be75fc8d8670b69a0d51302d9bc01ec942736a4b6
pkgname = wwphone
-
diff --git a/PKGBUILD b/PKGBUILD
index b5e1d4a3fc38..954c9279e2c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Daniel Wilhelm <concat(shield, wed) @ outlook.com>
pkgname=wwphone
-pkgver=3.3.0
+pkgver=3.4.3
pkgrel=1
pkgdesc="A proprietary CTI and SIP client from wwcom"
arch=('x86_64')
-license=('custom:"Copyright (c) 2020 by wwcom ag"')
+license=('custom:"Copyright (c) 2021 by wwcom ag"')
url="https://www.wwcom.ch/"
source=("https://wwcom.ch/downloads/wwphone_${pkgver//./_}.deb")
-sha256sums=('af021fa0b06dbc6428f385ee447bae33c4b2440cba3a174c53774c228e250fda')
+sha256sums=('012342c2abce67c29afcf91be75fc8d8670b69a0d51302d9bc01ec942736a4b6')
depends=(
"alsa-lib"
+ "libpulse"
"hidapi"
"libxss"
"gtk2"