summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d69780d499b..91f61dbc332c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 14:07:31 UTC 2016
+# Wed Jan 20 14:09:08 UTC 2016
pkgbase = qutim
pkgdesc = qutIM is module-based multiprotocol instant messenger, Qt. All its functionality and features are implemented through separate plugins.
pkgver = 0.3.1.1294.gb443658
- pkgrel = 0
- url = https://github.com/k0ste/qutim
+ pkgrel = 1
+ url = https://github.com/euroelessar/qutim
install = qutim.install
arch = any
license = GPL
@@ -23,7 +23,7 @@ pkgbase = qutim
depends = qt5-quick1
depends = qt5-multimedia
depends = qt5-x11extras
- source = qutim::git+https://github.com/k0ste/qutim
+ source = qutim::git+https://github.com/euroelessar/qutim
sha256sums = SKIP
pkgname = qutim
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() {