summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29685a43661c..c4e36bd2e8e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
pkgname=srain
-pkgver=1.0.0rc3
+pkgver=1.0.0rc4
pkgrel=1
pkgdesc="Modern IRC client, git version"
arch=('i686' 'x86_64')
license=('GPL')
url="https://srain.im"
makedepends=('git' 'make' 'gcc' 'pkg-config' 'gettext' 'python-sphinx')
-depends=('glib2' 'gtk3' 'libconfig' 'libsoup')
+depends=('glib2' 'gtk3' 'libconfig' 'libsoup' 'libsecret')
optdepends=(
'glib-networking: TLS connection support'
)
conflicts=('srain')
provides=('srain')
source=("https://github.com/SrainApp/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('26610536b7baa0a9f21cb01b531f7982e794e3f7cf339a03706f465687292463')
+sha256sums=('8630164ccdf89fa88a3a08a3373f14f9440704fa3b4e23977a72c90dd3ac3fb3')
_prefix='/usr'