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

David Runge dvzrv at archlinux.org
Tue Aug 18 08:08:47 UTC 2020


    Date: Tuesday, August 18, 2020 @ 08:08:47
  Author: dvzrv
Revision: 683768

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-18 08:08:06 UTC (rev 683767)
+++ PKGBUILD	2020-08-18 08:08:47 UTC (rev 683768)
@@ -1,28 +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.4.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=('34844cee53361c94d5618fe4c1ee00429c8d7890d3374d8116b283aae67146ec8b0cd78d777697bcc3993992352f3d2de362a2bd0f5f1a0255e825fe247e856d')
-
-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 683767, minitube/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-18 08:08:47 UTC (rev 683768)
@@ -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.5.1
+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=('9aaf46aabb118cc726e7bcf5d4c7c7d4e4f5fe35bf51f4a3a7247c0218430a9350db8cb0a7b209be5ad5a698cc1c300b96f014241a5dd109e820071987127aab')
+b2sums=('4f592f9812727ac5690fd6f6287aa1c2694337e91f2ec07b7814bb4b4eb9f3d1df0406bc134daca54972f48b304654f26bfa1ebc338c582d8d6e1461b72b252d')
+
+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