diff options
Diffstat (limited to 'extra/smplayer/PKGBUILD')
-rw-r--r-- | extra/smplayer/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/smplayer/PKGBUILD b/extra/smplayer/PKGBUILD index 991393c27..5ef75191f 100644 --- a/extra/smplayer/PKGBUILD +++ b/extra/smplayer/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 155837 2012-04-07 09:33:18Z ibiru $ +# $Id: PKGBUILD 167263 2012-09-29 13:32:07Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> # Contributor: shamrok <szamrok@gmail.com> pkgname=smplayer -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="A complete front-end for MPlayer" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ license=('GPL') depends=('qt' 'mplayer') install=smplayer.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('8f7d3a9c116e956c68976d0e5dbb83dd') +md5sums=('39556a6113afcd9ceee071a8f85477dc') build() { cd "$pkgname-$pkgver" |