summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengyu Zhang2016-08-27 20:17:55 +0800
committerShengyu Zhang2016-08-27 20:17:55 +0800
commitaf74cefe73691d328b2d08a82dbdb874dece17ed (patch)
tree3d4e06efb7b47e48077c5b1959b0ce284cfdd10c
parent59b1ede8c917d9b19e16c6428d7425cb0a7eb0f6 (diff)
downloadaur-af74cefe73691d328b2d08a82dbdb874dece17ed.tar.gz
Fix dependence
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9adb4a5a5f6..fd1e8e7e9fbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 27 12:13:58 UTC 2016
+# Sat Aug 27 12:17:27 UTC 2016
pkgbase = srain-git
pkgdesc = It does not look like a irc client
pkgver = 0.346.dc5b947
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lastavenger/srain
arch = i686
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = srain-git
makedepends = pkg-config
makedepends = gettext
makedepends = imagemagick
- makedepends = libnotify
depends = gtk3
depends = python
depends = libircclient
depends = curl
+ depends = libnotify
provides = srain
conflicts = srain
source = git+https://github.com/LastAvenger/srain.git
diff --git a/PKGBUILD b/PKGBUILD
index 1f412bd8be82..c8846c8cce63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=srain-git
pkgver=0.346.dc5b947
-pkgrel=1
+pkgrel=2
pkgdesc="It does not look like a irc client"
arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/lastavenger/srain"
-depends=('gtk3' 'python' 'libircclient' 'curl')
-makedepends=('git' 'make' 'gcc' 'pkg-config' 'gettext' 'imagemagick' 'libnotify')
+depends=('gtk3' 'python' 'libircclient' 'curl' 'libnotify')
+makedepends=('git' 'make' 'gcc' 'pkg-config' 'gettext' 'imagemagick')
conflicts=('srain')
provides=('srain')
source=("git+https://github.com/LastAvenger/srain.git")