summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 787713616932..5c57f3c1f27f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun May 14 04:31:57 UTC 2017
+# Tue May 16 00:46:08 UTC 2017
pkgbase = srain
pkgdesc = It does not look like a irc client
pkgver = 0.05.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/SilverRainZ/srain
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = srain
depends = curl
depends = libnotify
optdepends = python-urllib3
- optdepends = python-request
+ optdepends = python-requests
provides = srain
conflicts = srain-git
source = https://github.com/SilverRainZ/srain/archive/0.05.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d691ed500af3..70f8c5c28efb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=srain
pkgver=0.05.1
-pkgrel=3
+pkgrel=4
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')
+optdepends=('python-urllib3' 'python-requests')
makedepends=('make' 'gcc' 'pkg-config' 'gettext' 'imagemagick')
conflicts=('srain-git')
provides=('srain')