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

Jerome Leclanche jleclanche at archlinux.org
Tue Jan 17 09:47:19 UTC 2017


    Date: Tuesday, January 17, 2017 @ 09:47:18
  Author: jleclanche
Revision: 207690

upgpkg: lxqt-build-tools 0.3.2-3

Use depends instead of makedepends

Modified:
  lxqt-build-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 09:38:15 UTC (rev 207689)
+++ PKGBUILD	2017-01-17 09:47:18 UTC (rev 207690)
@@ -3,13 +3,13 @@
 
 pkgname=lxqt-build-tools
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Various packaging tools and scripts for LXQt applications"
 arch=("any")
 groups=("lxqt")
 url="http://lxqt.org"
 license=("LGPL2.1")
-makedepends=("cmake" "qt5-tools")
+depends=("cmake" "qt5-tools")
 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