[arch-commits] Commit in smtube/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Dec 5 11:53:07 UTC 2017
Date: Tuesday, December 5, 2017 @ 11:53:06
Author: dvzrv
Revision: 272235
upgpkg: smtube 17.5.0-2
Updating maintainer. Updating url and source to https. Switching to sha512sums. Minor fixes.
Modified:
smtube/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-05 11:20:24 UTC (rev 272234)
+++ PKGBUILD 2017-12-05 11:53:06 UTC (rev 272235)
@@ -1,13 +1,14 @@
# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
+# 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=17.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A small youtube browser"
arch=('x86_64')
-url="http://www.smtube.org/"
+url="https://www.smtube.org/"
license=('GPL')
depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
makedepends=('qt5-tools')
@@ -19,15 +20,15 @@
'vlc: play videos with VLC'
'mpv: play videos with MPV'
'youtube-dl: download videos')
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2")
-md5sums=('edfc9a47bb302b4af6089b152f815d15')
+source=("https://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2")
+sha512sums=('bda1d166fe03eb85e5a9971b0d5422ea3e72ea91293c4dd14cdb447788635971a1d9977fd2dda60bfcda68183511b5c6ca6b39a229960fbd4c7c5f125882140b')
build() {
- cd $pkgname-$pkgver
+ cd "${pkgname}-${pkgver}"
make PREFIX=/usr
}
package() {
- cd $pkgname-$pkgver
- make PREFIX=/usr DESTDIR="$pkgdir/" install
+ cd "${pkgname}-${pkgver}"
+ make PREFIX=/usr DESTDIR="${pkgdir}/" install
}
More information about the arch-commits
mailing list