[arch-commits] Commit in minitube/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sat May 30 18:24:14 UTC 2020


    Date: Saturday, May 30, 2020 @ 18:24:13
  Author: dvzrv
Revision: 637488

archrelease: copy trunk to community-x86_64

Added:
  minitube/repos/community-x86_64/PKGBUILD
    (from rev 637487, minitube/trunk/PKGBUILD)
Deleted:
  minitube/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 18:24:08 UTC (rev 637487)
+++ PKGBUILD	2020-05-30 18:24:13 UTC (rev 637488)
@@ -1,27 +0,0 @@
-# Maintainer : David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=minitube
-pkgver=3.3
-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')
-source=("https://github.com/flaviotordini/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('8496405de0fdfb58a109c95004437fafea92013860ab5acbdd0aba983da7b6114e3c4a216f6b910df88740e688f57c2dc9640fe02630b256a309bc3c6e03ba8d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  qmake
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install INSTALL_ROOT="${pkgdir}/"
-  install -vDm 644 {AUTHORS,CHANGES,README.md,TODO} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 637487, minitube/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-30 18:24:13 UTC (rev 637488)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=minitube
+pkgver=3.4
+pkgrel=1
+pkgdesc="A YouTube desktop application"
+arch=('x86_64')
+url="https://flavio.tordini.org/minitube"
+license=('GPL3')
+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=('5295119f6b0d6700493dc9089ae8686775337714f8a906679fd5ba396dfe613e35c8ebcdcbaac522077c0d0b993d8edfcaf6f30c877d5483511816b07cbe9b9c')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  qmake
+}
+
+package() {
+  depends+=('libmpv.so')
+  cd "${pkgname}-${pkgver}"
+  make install INSTALL_ROOT="${pkgdir}/"
+  install -vDm 644 {AUTHORS,CHANGES,README.md,TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list