summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengyu Zhang2017-05-14 12:31:23 +0800
committerShengyu Zhang2017-05-14 12:31:23 +0800
commit8b5211b9da7eaa6ad80b350df8e7fb3693cb1be9 (patch)
tree287e55657a08bc6480dafb8c5d5fe49b2ff9697f
parent8c94d1905007705116f5cf2f8a26a9793de5d673 (diff)
downloadaur-8b5211b9da7eaa6ad80b350df8e7fb3693cb1be9.tar.gz
srain-git: add optdenpends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d0cd89b7d9c..b4c4181fbf08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 29 08:44:19 UTC 2017
+# Sun May 14 04:31:05 UTC 2017
pkgbase = srain-git
pkgdesc = Modern, beautiful IRC client written in GTK+ 3
- pkgver = 0.532.8466f69
- pkgrel = 1
+ pkgver = 0.563.2c7c815
+ pkgrel = 2
url = https://github.com/SilverRainZ/srain
arch = i686
arch = x86_64
@@ -18,6 +18,8 @@ pkgbase = srain-git
depends = python
depends = curl
depends = libnotify
+ optdepends = python-urllib3
+ optdepends = python-request
provides = srain
conflicts = srain
source = git+https://github.com/SilverRainZ/srain.git
diff --git a/PKGBUILD b/PKGBUILD
index fb4e29a97224..0e6a05e37bc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Shengyu Zhang <lastavengers at archlinuxcn dot org>
pkgname=srain-git
-pkgver=0.532.8466f69
-pkgrel=1
+pkgver=0.563.2c7c815
+pkgrel=2
pkgdesc="Modern, beautiful IRC client written in GTK+ 3"
arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/SilverRainZ/srain"
depends=('gtk3' 'python' 'curl' 'libnotify')
+optdepends=('python-urllib3' 'python-request')
makedepends=('git' 'make' 'gcc' 'pkg-config' 'gettext' 'imagemagick')
conflicts=('srain')
provides=('srain')