[arch-commits] Commit in qt6-tools/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Oct 6 17:41:26 UTC 2020


    Date: Tuesday, October 6, 2020 @ 17:41:25
  Author: arojas
Revision: 397409

Fix license location

Modified:
  qt6-tools/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-06 17:40:36 UTC (rev 397408)
+++ PKGBUILD	2020-10-06 17:41:25 UTC (rev 397409)
@@ -5,7 +5,7 @@
 pkgname=qt6-tools
 _qtver=6.0.0-alpha
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -33,5 +33,5 @@
   done
 
   install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/qt6-declarative
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
 }



More information about the arch-commits mailing list