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

David Runge dvzrv at archlinux.org
Sun Dec 24 16:30:31 UTC 2017


    Date: Sunday, December 24, 2017 @ 16:30:30
  Author: dvzrv
Revision: 275830

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-24 16:30:19 UTC (rev 275829)
+++ PKGBUILD	2017-12-24 16:30:30 UTC (rev 275830)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=minitube
-pkgver=2.9
-pkgrel=2
-pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player"
-arch=('x86_64')
-url='https://flavio.tordini.org/minitube'
-license=('GPL3')
-depends=('phonon-qt5' 'qt5-declarative' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flaviotordini/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('94bac1b7cb1b3388256d088bfb9ffdfe75cc3c1624f60722cedd561015e1afa96351d4ac55b6be27bb5e00641cd7e3198cf2285a0e9b0c586d62d1a7a8c510c9')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  qmake
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install INSTALL_ROOT="${pkgdir}/"
-}

Copied: minitube/repos/community-testing-x86_64/PKGBUILD (from rev 275829, minitube/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-24 16:30:30 UTC (rev 275830)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=minitube
+pkgver=2.9
+pkgrel=3
+pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player"
+arch=('x86_64')
+url='https://flavio.tordini.org/minitube'
+license=('GPL3')
+depends=('phonon-qt5' 'qt5-declarative' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flaviotordini/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('94bac1b7cb1b3388256d088bfb9ffdfe75cc3c1624f60722cedd561015e1afa96351d4ac55b6be27bb5e00641cd7e3198cf2285a0e9b0c586d62d1a7a8c510c9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  qmake
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install INSTALL_ROOT="${pkgdir}/"
+}



More information about the arch-commits mailing list