summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian2022-04-07 13:27:51 +0200
committerAlexander Sulfrian2022-04-07 13:27:51 +0200
commita227aefe7a9077eb057ecfef16069106d95d5824 (patch)
treeaee3fdb8e2c1d491e456a64c672f2afc544921e1
parentdc98156f477f8157b4b9221c889bf52ea9cf4601 (diff)
downloadaur-a227aefe7a9077eb057ecfef16069106d95d5824.tar.gz
Switch back to libsecret
libsecret-mr94 is not available anymore.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb13696a584c..9b87f8f1330e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webex-bin
pkgdesc = Webex for Linux
pkgver = 42.4.0.21893
- pkgrel = 1
+ pkgrel = 2
url = https://www.webex.com/
arch = x86_64
license = custom
@@ -14,7 +14,7 @@ pkgbase = webex-bin
depends = libcups
depends = libnotify
depends = libpulse
- depends = libsecret-mr94
+ depends = libsecret
depends = libxcb
depends = libxcrypt-compat
depends = libxkbcommon-x11
diff --git a/PKGBUILD b/PKGBUILD
index 548bdf4bb34f..49cc131c3039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
pkgname=webex-bin
pkgver=42.4.0.21893
-pkgrel=1
+pkgrel=2
pkgdesc="Webex for Linux"
arch=('x86_64')
url="https://www.webex.com/"
@@ -15,7 +15,7 @@ depends=('alsa-lib'
'libcups'
'libnotify'
'libpulse'
- 'libsecret-mr94'
+ 'libsecret'
'libxcb'
'libxcrypt-compat'
'libxkbcommon-x11'