[arch-commits] Commit in lxqt-build-tools/trunk (PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Tue Jan 17 09:49:20 UTC 2017


    Date: Tuesday, January 17, 2017 @ 09:49:20
  Author: jleclanche
Revision: 207692

upgpkg: lxqt-build-tools 0.3.2-4

Add git to dependencies

Modified:
  lxqt-build-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 09:47:23 UTC (rev 207691)
+++ PKGBUILD	2017-01-17 09:49:20 UTC (rev 207692)
@@ -3,13 +3,13 @@
 
 pkgname=lxqt-build-tools
 pkgver=0.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Various packaging tools and scripts for LXQt applications"
 arch=("any")
 groups=("lxqt")
 url="http://lxqt.org"
 license=("LGPL2.1")
-depends=("cmake" "qt5-tools")
+depends=("cmake" "qt5-tools" "git")
 source=(
 	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
 	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"



More information about the arch-commits mailing list