summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiachen Yang2016-09-15 09:34:23 +0900
committerJiachen Yang2016-09-15 09:34:23 +0900
commit165729a4050bd60b4a670a96c3ebcacca31a3ebd (patch)
tree378ea64bc5df0a5c6f05c12acb24a9895058f79f /PKGBUILD
parent1d54c84876ed6da6d50ceb99291e0930693c1e2c (diff)
downloadaur-165729a4050bd60b4a670a96c3ebcacca31a3ebd.tar.gz
fix linking error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86073e7ce1bc..ed749b38de17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=libqtelegram-ae-git
epoch=3
pkgver=10.0.0.stable.r17.g10a4fd2
-pkgrel=1
+pkgrel=2
pkgdesc="Telegram library written in Qt based on telegram-cli code"
arch=('x86_64' 'i686')
license=('GPL3')
@@ -55,7 +55,7 @@ build() {
## end of ./init
cd build
- qmake-qt5 -r QMAKE_CFLAGS_ISYSTEM= CONFIG+=typeobjects PREFIX=/usr ..
+ qmake-qt5 -r QMAKE_CFLAGS_ISYSTEM= CONFIG+=typeobjects ..
make
}