diff options
author | root <root@rshg054.dnsready.net> | 2013-08-15 01:55:49 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-15 01:55:49 -0700 |
commit | 67142d22ee558cc14309b0a3d372ed796ae8d545 (patch) | |
tree | c5438425fb356422d27df30dd9896407e397ca33 /community/smtube | |
parent | 35ddd3815641e4564d75c5b402f7f0cf48628167 (diff) |
Thu Aug 15 01:55:47 PDT 2013
Diffstat (limited to 'community/smtube')
-rw-r--r-- | community/smtube/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/smtube/PKGBUILD b/community/smtube/PKGBUILD index 75e841a48..6fe793d98 100644 --- a/community/smtube/PKGBUILD +++ b/community/smtube/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 93959 2013-07-12 01:36:36Z speps $ +# $Id: PKGBUILD 95598 2013-08-14 21:47:33Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: Andreas Schnaiter <rc.poison@gmail.com> pkgname=smtube -pkgver=1.7 +pkgver=1.8 pkgrel=1 pkgdesc="A small youtube browser" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ optdepends=('mplayer: play videos with MPlayer' 'vlc: play videos with VLC') install="$pkgname.install" source=("http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2") -md5sums=('d9a954e1b337f0c850dcfc6063255056') +md5sums=('b80d4d085a8e7350619d65f0f0786037') build() { cd "$srcdir/$pkgname-$pkgver" |