[arch-commits] Commit in qt6-translations/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Dec 18 00:18:51 UTC 2021
Date: Saturday, December 18, 2021 @ 00:18:51
Author: arojas
Revision: 432724
Remove qt6-base runtime dependency
Modified:
qt6-translations/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-18 00:17:19 UTC (rev 432723)
+++ PKGBUILD 2021-12-18 00:18:51 UTC (rev 432724)
@@ -5,12 +5,12 @@
pkgname=qt6-translations
_qtver=6.2.2
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='A cross-platform application and UI framework (Translations)'
-depends=(qt6-base)
+depends=()
makedepends=(cmake ninja qt6-tools)
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
More information about the arch-commits
mailing list