summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengyu Zhang2017-06-14 14:32:02 +0800
committerShengyu Zhang2017-06-14 14:32:02 +0800
commit1cc32d019419872a5944e8a4326e7a062687fb4b (patch)
tree879269fddfb94b8879bd2de7246ed614960302ef
parent03053f99208ca927e3468629483c0d7924348704 (diff)
downloadaur-1cc32d019419872a5944e8a4326e7a062687fb4b.tar.gz
srain-git: update configure parameters
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97643398adb1..c6ecfa4eaa15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 16 00:48:03 UTC 2017
+# Wed Jun 14 06:31:55 UTC 2017
pkgbase = srain-git
pkgdesc = Modern, beautiful IRC client written in GTK+ 3
- pkgver = 0.566.e52038c
- pkgrel = 2
+ pkgver = 0.602.40e16be
+ pkgrel = 1
url = https://github.com/SilverRainZ/srain
arch = i686
arch = x86_64
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
}