summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-07-07 12:25:08 +0200
committerHyacinthe Cartiaux2015-07-07 12:25:08 +0200
commitd9bbf33c23ce6bf07668cad83c558717cda3225e (patch)
tree7c9708ed945d5618c188cc30b7129403bab7636e
parent45125375f0106c7e6807535d1759f10d4992d717 (diff)
downloadaur-d9bbf33c23ce6bf07668cad83c558717cda3225e.tar.gz
Fix the compilation error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0677676364c5..7b6f5224ab7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psi-qt5-git
pkgdesc = A jabber client. GIT version
- pkgver = 0.16_dev_20150604
+ pkgver = 0.16_dev_20150707
pkgrel = 1
url = http://psi-im.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f1d585f2b510..e10ad3803904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
pkgname=psi-qt5-git
-pkgver=0.16_dev_20150604
+pkgver=0.16_dev_20150707
pkgrel=1
pkgdesc="A jabber client. GIT version"
arch=('i686' 'x86_64')
@@ -24,10 +24,10 @@ build() {
git submodule update
qconf
- export QTDIR=/usr/lib/qt5
- ./configure --prefix=/usr
- qmake-qt5 psi.pro
-
+ ./configure --prefix=/usr \
+ --libdir=/usr/lib \
+ --qtdir="/usr/lib/qt"
+ qmake-qt5 PREFIX=/usr psi.pro
}
package() {