summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengyu Zhang2017-08-11 23:00:33 +0800
committerShengyu Zhang2017-08-11 23:00:33 +0800
commit4532be97dca5c1b122e67fee521198a5b8a24738 (patch)
tree2f241abbe4400f1535c0d61dc0cf4504b0750940
parent480556a0baebd7ba429a77f378f5a99e5a2bccce (diff)
downloadaur-4532be97dca5c1b122e67fee521198a5b8a24738.tar.gz
srain-git: new dependency libsoup
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 630841bd56a0..bceee4c85f1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 30 04:22:23 UTC 2017
+# Fri Aug 11 15:00:23 UTC 2017
pkgbase = srain-git
pkgdesc = Modern, beautiful IRC client written in GTK+ 3, git version
- pkgver = 0.679.28fac2b
- pkgrel = 2
+ pkgver = 0.713.f41e69b
+ pkgrel = 1
url = https://srain.im
arch = i686
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = srain-git
depends = curl
depends = libnotify
depends = libconfig
+ depends = libsoup
optdepends = glib-networking: TLS connection support
optdepends = python-sphinx: for generating documentation
optdepends = python-urllib3: avatar and pastebin support
diff --git a/PKGBUILD b/PKGBUILD
index c5bfeabcb801..49cb4076bb17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Shengyu Zhang <arch at srain.im>
pkgname=srain-git
-pkgver=0.679.28fac2b
-pkgrel=2
+pkgver=0.713.f41e69b
+pkgrel=1
pkgdesc="Modern, beautiful IRC client written in GTK+ 3, git version"
arch=('i686' 'x86_64')
license=('GPL')
url="https://srain.im"
makedepends=('git' 'make' 'gcc' 'pkg-config' 'gettext' 'imagemagick')
-depends=('gtk3' 'python' 'curl' 'libnotify' 'libconfig')
+depends=('gtk3' 'python' 'curl' 'libnotify' 'libconfig' 'libsoup')
optdepends=(
'glib-networking: TLS connection support'
'python-sphinx: for generating documentation'