summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShengyu Zhang2017-08-18 20:31:33 +0800
committerShengyu Zhang2017-08-18 20:31:33 +0800
commit3f483a8c2c4979ec5f8caf52bdeaae201de35546 (patch)
tree33fbbbe1e67f4d39361adb0290b961381aaa2508 /PKGBUILD
parent8dbb7dbb0791dc200b0ea19b703a836a28bd0906 (diff)
downloadaur-3f483a8c2c4979ec5f8caf52bdeaae201de35546.tar.gz
Bump version to 0.06.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}