summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2016-01-20 20:09:26 +0600
committerKonstantin Shalygin2016-01-20 20:09:26 +0600
commit342643e47fa2dd844bb9b1d650561d8ebf4d6681 (patch)
treec3a28f6a8779c3379c885d38572042681464ada8 /PKGBUILD
parent81c2bac72429254cbf89be66d30fc94374aed62c (diff)
downloadaur-qutim.tar.gz
Change upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b7ff62ceeaf..bc64467bc1ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='qutim'
pkgver=0.3.1.1294.gb443658
-pkgrel=0
+pkgrel=1
pkgdesc='qutIM is module-based multiprotocol instant messenger, Qt. All its functionality and features are implemented through separate plugins.'
arch=('any')
-url="https://github.com/k0ste/${pkgname}"
+url="https://github.com/euroelessar/${pkgname}"
license=('GPL')
depends=('qt5-quick1' 'qt5-multimedia' 'qt5-x11extras')
makedepends=('qbs' 'git' 'gcc' 'sdl_mixer' 'gsasl' 'libotr' 'qtkeychain-qt5' 'qt5-quick1' 'qt5-multimedia' 'qt5-x11extras' 'hunspell' 'aspell')
@@ -43,7 +43,7 @@ prepare() {
build() {
pushd "${srcdir}/${pkgname}"
- qbs build -j 2 -d ../${pkgname}-build debug profile:${pkgname} project.addressSanitizer:true indicator.condition:false offtherecord.condition:true
+ qbs build -d ../${pkgname}-build debug profile:${pkgname} project.addressSanitizer:true indicator.condition:false offtherecord.condition:true
}
package() {