minitube: update to 2.5.1

This commit is contained in:
gnastyle 2015-11-28 16:45:24 +01:00
parent 1524639209
commit 6d68ba3d13

View File

@ -1,5 +1,5 @@
pkgname=minitube pkgname=minitube
pkgver=2.5 pkgver=2.5.1
pkgrel=1 pkgrel=1
pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player" pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
arch=('x86_64') arch=('x86_64')
@ -10,7 +10,7 @@ categories=('multimedia')
install=${pkgname}.install install=${pkgname}.install
screenshot="http://flavio.tordini.org/files/minitube/minitube-01.jpg" screenshot="http://flavio.tordini.org/files/minitube/minitube-01.jpg"
source=("https://github.com/flaviotordini/${pkgname}/archive/${pkgver}.tar.gz") source=("https://github.com/flaviotordini/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('89f94fc7c44e6ad0e32b5a312ae3d20101e5a514a8c5e30a0845dd19d0c84c497bf2c811ef314552c8a6b498b267978e13a204f9c9440951427ccdab980e382e') sha512sums=('723d11189fdd452c6f509199124ffaa907ded34da890ba54672a338108ec7328c013df87b2e1bb94fda15f072f87e1fe2c3dc09383554fd434f3092dc37dc3b1')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"