[arch-commits] Commit in q4wine/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Jun 26 15:57:51 UTC 2017


    Date: Monday, June 26, 2017 @ 15:57:50
  Author: spupykin
Revision: 241023

upgpkg: q4wine 1.3.5-2: qt5-tools todo

Modified:
  q4wine/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-26 15:46:11 UTC (rev 241022)
+++ PKGBUILD	2017-06-26 15:57:50 UTC (rev 241023)
@@ -4,7 +4,7 @@
 
 pkgname=q4wine
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt4 GUI for Wine"
 arch=("i686" "x86_64")
 url="http://sourceforge.net/projects/${pkgname}/"
@@ -11,11 +11,11 @@
 license=("GPL3")
 if [[ $CARCH == x86_64 ]]; then
   # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
+  depends=("lib32-mesa-libgl" "qt5-base" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake" "qt5-tools")
 else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
+  depends=("qt5-base" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake" "qt5-tools")
 fi
 optdepends=("winetricks" "fuseiso")
 options=('!emptydirs')



More information about the arch-commits mailing list