summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 358924b1f7c0..5a3f7ae9b6cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 30 04:16:18 UTC 2017
+# Fri Aug 18 12:31:18 UTC 2017
pkgbase = srain
pkgdesc = Modern, beautiful IRC client written in GTK+ 3
- pkgver = 0.06
- pkgrel = 2
+ pkgver = 0.06.1
+ pkgrel = 1
url = https://srain.im
arch = i686
arch = x86_64
@@ -19,14 +19,15 @@ pkgbase = srain
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
optdepends = python-requests: avatar and pastebin support
provides = srain
conflicts = srain-git
- source = https://github.com/SilverRainZ/srain/archive/0.06.tar.gz
- sha256sums = 2bbe3b9e76965ca3d7b9742c823be2468b611383404ada52cf3962c462e49057
+ source = https://github.com/SilverRainZ/srain/archive/0.06.1.tar.gz
+ sha256sums = 085106f649cb6847328c41e0c83a96f4e954336bc32a20caaed172511e614381
pkgname = srain
diff --git a/PKGBUILD b/PKGBUILD
index 4e062b2b4b6c..491c008226b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Shengyu Zhang <arch at srain.im>
pkgname=srain
-pkgver=0.06
-pkgrel=2
+pkgver=0.06.1
+pkgrel=1
pkgdesc="Modern, beautiful IRC client written in GTK+ 3"
arch=('i686' 'x86_64')
license=('GPL')
url="https://srain.im"
-depends=('gtk3' 'python' 'curl' 'libnotify' 'libconfig')
+depends=('gtk3' 'python' 'curl' 'libnotify' 'libconfig' 'libsoup')
makedepends=('git' 'make' 'gcc' 'pkg-config' 'gettext' 'imagemagick')
optdepends=(
'glib-networking: TLS connection support'
@@ -18,7 +18,7 @@ optdepends=(
conflicts=('srain-git')
provides=('srain')
source=("https://github.com/SilverRainZ/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('2bbe3b9e76965ca3d7b9742c823be2468b611383404ada52cf3962c462e49057')
+sha256sums=('085106f649cb6847328c41e0c83a96f4e954336bc32a20caaed172511e614381')
build() {
cd ${pkgname}-${pkgver}