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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 23 15:32:54 UTC 2022


    Date: Monday, May 23, 2022 @ 15:32:53
  Author: arojas
Revision: 1210119

Drop unused qtscript dependency

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-23 15:12:21 UTC (rev 1210118)
+++ PKGBUILD	2022-05-23 15:32:53 UTC (rev 1210119)
@@ -4,12 +4,12 @@
 
 pkgname=smtube
 pkgver=21.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An application that allows to browse, search and play YouTube videos"
 arch=(x86_64)
 url="https://www.smtube.org/"
 license=(GPL2)
-depends=(gcc-libs glibc hicolor-icon-theme qt5-script qt5-webkit)
+depends=(gcc-libs glibc hicolor-icon-theme qt5-webkit)
 makedepends=(qt5-tools)
 optdepends=('mplayer: play videos with MPlayer'
             'smplayer: play videos with SMPlayer'



More information about the arch-commits mailing list