diff options
author | root <root@rshg054.dnsready.net> | 2013-09-24 02:21:59 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-24 02:21:59 -0700 |
commit | edb4c972d5d23fcff220b7d3c33d3202bcb16af3 (patch) | |
tree | 65b7530d04405a6d5a181b8cd962ef5e32b43a4c /community/minitube | |
parent | 1f7e7fd1c04d3f64d5a0c022e516bacf9d2cc7a8 (diff) |
Tue Sep 24 02:19:00 PDT 2013
Diffstat (limited to 'community/minitube')
-rw-r--r-- | community/minitube/PKGBUILD | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD index 186477069..029cf3b1b 100644 --- a/community/minitube/PKGBUILD +++ b/community/minitube/PKGBUILD @@ -1,26 +1,25 @@ -# $Id: PKGBUILD 97038 2013-09-11 07:54:39Z bpiotrowski $ +# $Id: PKGBUILD 97545 2013-09-23 20:44:05Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=minitube -pkgver=2.1 +pkgver=2.1.3 pkgrel=1 pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" arch=('i686' 'x86_64') url='http://flavio.tordini.org/minitube' -license=('GPL') +license=('GPL3') depends=('phonon') install="$pkgname.install" -source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('5851cb3e75b39ab7dfbdd45a8ebc6197' - 'SKIP') +source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('b43df4358de2e170d7e22370b39bd1ec') build() { - cd $pkgname-$pkgver + cd $pkgname qmake-qt4 } package() { - cd $pkgname-$pkgver + cd $pkgname make install INSTALL_ROOT="$pkgdir/" } |