[arch-commits] Commit in smtube/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Jun 18 21:07:03 UTC 2020
Date: Thursday, June 18, 2020 @ 21:07:01
Author: dvzrv
Revision: 647577
archrelease: copy trunk to community-x86_64
Added:
smtube/repos/community-x86_64/PKGBUILD
(from rev 647576, smtube/trunk/PKGBUILD)
Deleted:
smtube/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-18 21:06:52 UTC (rev 647576)
+++ PKGBUILD 2020-06-18 21:07:01 UTC (rev 647577)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Andreas Schnaiter <rc.poison at gmail.com>
-
-pkgname=smtube
-pkgver=20.1.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=('gcc-libs' 'glibc' '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=('91a3b53c7bf23b567cc9e35f6c12cfc37e4286c0b60938d4ea9e275f1f459db6ff149f3b316b05a4810a62b0f224ee360ecf10f1e5c1d101178a949280eb8e2f')
-
-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 647576, smtube/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-18 21:07:01 UTC (rev 647577)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Andreas Schnaiter <rc.poison at gmail.com>
+
+pkgname=smtube
+pkgver=20.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=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-script' 'qt5-webkit')
+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=('abbd868d88e9d3e87fe556f088007378fd11844b91e08fe301d548e0e80acc07b005860b571baa44236ccfa808bf61a7bb7090b8508fe3dae8159364496b34c0')
+
+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