summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9410ca6ad3e2..cc300d8be9e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = chatstack
pkgdesc = Live chat application for chatting with your web site visitors. This package requires a web server that is already running the Chatstack server software.
pkgver = 2.2.5000
- pkgrel = 1
+ pkgrel = 3
url = https://www.chatstack.com/
install = chatstack.install
arch = i686
arch = x86_64
license = MIT
+ license = unknown
depends = gconf
depends = glib2
depends = gtk2
@@ -18,7 +19,6 @@ pkgbase = chatstack
depends = libxtst
depends = nss
depends = xdg-utils
- optdepends = gir1.2-gnomekeyring-1.0
optdepends = libgnome-keyring
optdepends = lsb-release
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1607ce6ed05a..4d9af92dc86d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="chatstack"
pkgver=2.2.5000
-pkgrel=2
+pkgrel=3
pkgdesc="Live chat application for chatting with your web site visitors.
This package requires a web server that is already running the
Chatstack server software."
@@ -13,8 +13,7 @@ license=('MIT' 'unknown')
url="https://www.chatstack.com/"
depends=('gconf' 'glib2' 'gtk2' 'gvfs' 'libcap' 'libgcrypt' 'libnotify' 'libudev0' 'libxtst' 'nss' 'xdg-utils')
-optdepends=('gir1.2-gnomekeyring-1.0'
- 'libgnome-keyring'
+optdepends=('libgnome-keyring'
'lsb-release')
options=('!strip' '!emptydirs')