summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengyu Zhang2017-05-14 12:32:04 +0800
committerShengyu Zhang2017-05-14 12:32:04 +0800
commit3f5f18071f4bebd68dc00c542fcaa73b0f889866 (patch)
tree1381be32cf98485e744d8a36c9905c08caa152e2
parentdfeda0b9d3893b144138e91e13a85fcb6727853a (diff)
downloadaur-3f5f18071f4bebd68dc00c542fcaa73b0f889866.tar.gz
srain: add optdepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a40158c58d..787713616932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 22 18:24:19 UTC 2017
+# Sun May 14 04:31:57 UTC 2017
pkgbase = srain
pkgdesc = It does not look like a irc client
pkgver = 0.05.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/SilverRainZ/srain
arch = i686
arch = x86_64
@@ -18,6 +18,8 @@ pkgbase = srain
depends = libircclient
depends = curl
depends = libnotify
+ optdepends = python-urllib3
+ optdepends = python-request
provides = srain
conflicts = srain-git
source = https://github.com/SilverRainZ/srain/archive/0.05.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 34e91a23aecb..d691ed500af3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=srain
pkgver=0.05.1
-pkgrel=2
+pkgrel=3
pkgdesc="It does not look like a irc client"
arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/SilverRainZ/srain"
depends=('gtk3' 'python' 'libircclient' 'curl' 'libnotify')
+optdepends=('python-urllib3' 'python-request')
makedepends=('make' 'gcc' 'pkg-config' 'gettext' 'imagemagick')
conflicts=('srain-git')
provides=('srain')