Date: Saturday, May 30, 2020 @ 18:24:08
  Author: dvzrv
Revision: 637487

upgpkg: minitube 3.4-1: Upgrading to 3.4.

Adding all available sodeps in package() and moving the respective packages to 
makedepends.

Modified:
  minitube/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-30 17:51:47 UTC (rev 637486)
+++ PKGBUILD    2020-05-30 18:24:08 UTC (rev 637487)
@@ -1,18 +1,18 @@
-# Maintainer : David Runge <[email protected]>
+# Maintainer: David Runge <[email protected]>
 # Contributor: speps <speps at aur dot archlinux dot org>
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=minitube
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc="A YouTube desktop application"
 arch=('x86_64')
 url="https://flavio.tordini.org/minitube";
 license=('GPL3')
-depends=('mpv' 'qt5-declarative' 'qt5-x11extras')
-makedepends=('qt5-tools')
+depends=('gcc-libs' 'glibc' 'qt5-base' 'qt5-declarative' 'qt5-x11extras')
+makedepends=('mpv' 'qt5-tools')
 
source=("https://github.com/flaviotordini/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha512sums=('8496405de0fdfb58a109c95004437fafea92013860ab5acbdd0aba983da7b6114e3c4a216f6b910df88740e688f57c2dc9640fe02630b256a309bc3c6e03ba8d')
+sha512sums=('5295119f6b0d6700493dc9089ae8686775337714f8a906679fd5ba396dfe613e35c8ebcdcbaac522077c0d0b993d8edfcaf6f30c877d5483511816b07cbe9b9c')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -20,6 +20,7 @@
 }
 
 package() {
+  depends+=('libmpv.so')
   cd "${pkgname}-${pkgver}"
   make install INSTALL_ROOT="${pkgdir}/"
   install -vDm 644 {AUTHORS,CHANGES,README.md,TODO} \

Reply via email to