[arch-commits] Commit in qtox/trunk (PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Thu Nov 17 06:54:47 UTC 2016
Date: Thursday, November 17, 2016 @ 06:54:47
Author: farseerfc
Revision: 196157
upgpkg: qtox 1.6.0-1
update qtox 1.6.0
Modified:
qtox/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-17 06:51:43 UTC (rev 196156)
+++ PKGBUILD 2016-11-17 06:54:47 UTC (rev 196157)
@@ -7,6 +7,7 @@
_pkgname=qTox
pkgver=1.6.0
pkgrel=1
+_gitver='5648106b34fc7dc3ad4e169651a0cbbd0139170a'
pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines'
arch=('i686' 'x86_64')
url='https://github.com/tux3/qTox'
@@ -28,7 +29,7 @@
cd $_pkgname-$pkgver
install -d build
cd build
- qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
+ qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO GIT_VERSION=$_gitver GIT_DESCRIBE=v$pkgver ..
make
}
More information about the arch-commits
mailing list