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

David Runge dvzrv at archlinux.org
Mon Jun 17 07:07:38 UTC 2019


    Date: Monday, June 17, 2019 @ 07:07:37
  Author: dvzrv
Revision: 481900

archrelease: copy trunk to community-x86_64

Added:
  smtube/repos/community-x86_64/PKGBUILD
    (from rev 481899, smtube/trunk/PKGBUILD)
Deleted:
  smtube/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 07:07:32 UTC (rev 481899)
+++ PKGBUILD	2019-06-17 07:07:37 UTC (rev 481900)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Andreas Schnaiter <rc.poison at gmail.com>
-
-pkgname=smtube
-pkgver=18.11.0
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('x86_64')
-url="https://www.smtube.org/"
-license=('GPL2')
-depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-            'smplayer: play videos with SMPlayer'
-            'gnome-mplayer: play videos with GNOME MPlayer'
-            'dragon: play videos with Dragon Player'
-            'totem: play videos with Totem'
-            'vlc: play videos with VLC'
-            'mpv: play videos with MPV'
-            'youtube-dl: download videos')
-source=("https://downloads.sourceforge.net/project/${pkgname}/SMTube/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('98f7fc59f5d48aee0aa835b3050eccceaf148010662dd637160627aa9e050eaabe3bf0bc00e3b1f23307c4d3202a4d37db3cc7a2ac32d0854b1def6541107bc8')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}/" install
-}

Copied: smtube/repos/community-x86_64/PKGBUILD (from rev 481899, smtube/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-17 07:07:37 UTC (rev 481900)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Andreas Schnaiter <rc.poison at gmail.com>
+
+pkgname=smtube
+pkgver=19.6.0
+pkgrel=1
+pkgdesc="An application that allows to browse, search and play YouTube videos"
+arch=('x86_64')
+url="https://www.smtube.org/"
+license=('GPL2')
+depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+            'smplayer: play videos with SMPlayer'
+            'gnome-mplayer: play videos with GNOME MPlayer'
+            'dragon: play videos with Dragon Player'
+            'totem: play videos with Totem'
+            'vlc: play videos with VLC'
+            'mpv: play videos with MPV'
+            'youtube-dl: download videos')
+source=("https://downloads.sourceforge.net/project/${pkgname}/SMTube/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('f61e432b8f99e34ddbd9415064eecf30c9a3a6731d646073253d63690cf531321a7a5038117db981d036d1abfdbd3150df21bc22c9ae75e32c63ade3a859ecef')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list