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

David Runge dvzrv at archlinux.org
Sat Oct 31 12:12:14 UTC 2020


    Date: Saturday, October 31, 2020 @ 12:12:14
  Author: dvzrv
Revision: 737643

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-31 12:11:59 UTC (rev 737642)
+++ PKGBUILD	2020-10-31 12:12:14 UTC (rev 737643)
@@ -1,29 +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.6.2
-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=('a23a3e10a2bfa9742d06e3e7a16f4bb32086f86367b87b413064361ae5ef2f035aed8605b51a065b3b71a769b6dba6191bca098a5b69e8819e0dc0a62ab2778e')
-b2sums=('ff6d266cc94fec7feea3f65dbe4882def511dfda70e6e1e64c4e4903ffc4897a3457dab51b0fd07025ef34532c1b1bcdcb6de542c06d40190f5f2bbb3291dfef')
-
-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}"
-}

Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 737642, minitube/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-31 12:12:14 UTC (rev 737643)
@@ -0,0 +1,29 @@
+# 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.6.5
+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=('2b8ea33cfc822476862091506bb0f1f7a66b31520a7e48e85a7f4ff253cdc4eacdf658dc8a0b82e656cd3841844b818c7007873dd3d09642cfc7da9b9c8bb1ca')
+b2sums=('4c38ea461a317bb96e25ab46ddc1cd8ebe6e881b5f61f37ea8bc9a92b7eeb283f29e06dd7001519b9b086a7ab767bf43ca6604b3884539442d91e286e1dad9b1')
+
+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