summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1e56f5f7744..0eba2ee066a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Shengyu Zhang <lastavengers at archlinuxcn dot org>
pkgname=srain-git
-pkgver=0.566.e52038c
-pkgrel=2
+pkgver=0.602.40e16be
+pkgrel=1
pkgdesc="Modern, beautiful IRC client written in GTK+ 3"
arch=('i686' 'x86_64')
license=('GPL')
@@ -24,7 +24,7 @@ build() {
cd ${pkgname%-git}
mkdir build || true
- ./configure --prefix=/usr --disable-debug
+ ./configure --prefix=/usr --config-dir=/etc --disable-debug
make
}